development/idea: Updated for version 2022.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Joielechong 2022-12-02 13:04:26 +07:00 committed by Willy Sudiarto Raharjo
parent 5360f04319
commit 71aefdc19b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 17 deletions

View file

@ -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

View file

@ -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"