mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/idea: Updated for version 2023.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22243c3bbf
commit
6c48312657
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=idea
|
||||
ARCNAM=ideaIC
|
||||
VERSION=${VERSION:-2022.3}
|
||||
VERSION=${VERSION:-2023.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -60,7 +60,7 @@ cat << EOF > $PKG/usr/share/applications/$PRGNAM.desktop
|
|||
Version=1.0
|
||||
Type=Application
|
||||
Path=/opt/$PRGNAM
|
||||
Exec=$PRGNAM.sh %f
|
||||
Exec=/opt/$PRGNAM/bin/$PRGNAM.sh %f
|
||||
Name=IntelliJ IDEA Community Edition
|
||||
GenericName=IntelliJ IDEA
|
||||
Comment=Develop with pleasure!
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="idea"
|
||||
VERSION="2022.3"
|
||||
VERSION="2023.1"
|
||||
HOMEPAGE="http://www.jetbrains.com/idea/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.jetbrains.com/idea/ideaIC-2022.3.tar.gz"
|
||||
MD5SUM_x86_64="3959fb44df957dc88f3171f76460d2d7"
|
||||
DOWNLOAD_x86_64="https://download.jetbrains.com/idea/ideaIC-2023.1.tar.gz"
|
||||
MD5SUM_x86_64="bf61db64c56702b2fec8c9e33ec4f7a4"
|
||||
REQUIRES="zulu-openjdk17"
|
||||
MAINTAINER="Joielechong"
|
||||
EMAIL="juansspy@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue