diff options
author | Joielechong <juansspy@gmail.com> | 2022-12-02 13:04:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 09:09:21 +0700 |
commit | 71aefdc19b5800c25a06ae9c1bfaa73b8ee228ac (patch) | |
tree | 48d280cce553926c7d2b14f1609f17c392d81487 | |
parent | 5360f04319be764f666fac8c5baadacbac2b459b (diff) |
development/idea: Updated for version 2022.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 0ab849a6fce3d..c457c31d6dba8 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 fb70ea228d66a..a36dea64d39a4 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" |