development/idea: Updated for version 2022.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b0265f592f
commit
abf8ee6150
|
@ -8,11 +8,18 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=idea
|
||||
ARCNAM=ideaIC
|
||||
VERSION=${VERSION:-2022.2}
|
||||
VERSION=${VERSION:-2022.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
ARCH=${ARCH:-noarch}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$(uname -m)" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$(uname -m) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="idea"
|
||||
VERSION="2022.2"
|
||||
VERSION="2022.2.1"
|
||||
HOMEPAGE="http://www.jetbrains.com/idea/"
|
||||
DOWNLOAD="https://download.jetbrains.com/idea/ideaIC-2022.2.tar.gz"
|
||||
MD5SUM="1b0b2f37643abfe7a57832acf42ade9c"
|
||||
DOWNLOAD="https://download.jetbrains.com/idea/ideaIC-2022.2.1.tar.gz"
|
||||
MD5SUM="009550ed0e222fc0d991a6f19c326456"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk11"
|
||||
|
|
Loading…
Reference in New Issue