mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pycharm: Updated for build version 2022.3.3.223.8836.43.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10a748fdd6
commit
766ebf94ac
2 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=pycharm
|
||||
EDITION=community
|
||||
VERSION=${VERSION:-2022.3.3}
|
||||
BUILD_VERSION=${BUILD_VERSION:-223.8836.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -107,4 +108,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION.$BUILD_VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="pycharm"
|
||||
VERSION="2022.3.3"
|
||||
VERSION="2022.3.3.223.8836.43"
|
||||
HOMEPAGE="https://www.jetbrains.com/pycharm/"
|
||||
DOWNLOAD="https://download.jetbrains.com/python/pycharm-community-2022.3.3.tar.gz"
|
||||
MD5SUM="817ac61a697ebd2ed04091fed7d1041a"
|
||||
|
|
Loading…
Reference in a new issue