diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/idea/idea.SlackBuild | 13 | ||||
-rw-r--r-- | development/idea/idea.info | 12 |
2 files changed, 8 insertions, 17 deletions
diff --git a/development/idea/idea.SlackBuild b/development/idea/idea.SlackBuild index 0ab849a6fce3..c457c31d6dba 100644 --- a/development/idea/idea.SlackBuild +++ b/development/idea/idea.SlackBuild @@ -8,22 +8,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=idea ARCNAM=ideaIC -VERSION=${VERSION:-2022.2.1} +VERSION=${VERSION:-2022.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -if [ -z "$ARCH" ]; then - case "$(uname -m)" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$(uname -m) ;; - esac -fi +ARCH=x86_64 -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/idea/idea.info b/development/idea/idea.info index fb70ea228d66..a36dea64d39a 100644 --- a/development/idea/idea.info +++ b/development/idea/idea.info @@ -1,10 +1,10 @@ PRGNAM="idea" -VERSION="2022.2.1" +VERSION="2022.3" HOMEPAGE="http://www.jetbrains.com/idea/" -DOWNLOAD="https://download.jetbrains.com/idea/ideaIC-2022.2.1.tar.gz" -MD5SUM="009550ed0e222fc0d991a6f19c326456" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="zulu-openjdk11" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://download.jetbrains.com/idea/ideaIC-2022.3.tar.gz" +MD5SUM_x86_64="3959fb44df957dc88f3171f76460d2d7" +REQUIRES="zulu-openjdk17" MAINTAINER="Joielechong" EMAIL="juansspy@gmail.com" |