development/pycharm: Updated for version 2019.3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4a5ab3a2a2
commit
c244536d9d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pycharm
|
||||
|
||||
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2020 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pycharm
|
||||
EDITION=community
|
||||
VERSION=${VERSION:-2019.3}
|
||||
VERSION=${VERSION:-2019.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycharm"
|
||||
VERSION="2019.3"
|
||||
VERSION="2019.3.2"
|
||||
HOMEPAGE="https://www.jetbrains.com/pycharm/"
|
||||
DOWNLOAD="https://download.jetbrains.com/python/pycharm-community-2019.3.tar.gz"
|
||||
MD5SUM="c4101538e0a318d6c2cf1a0e7641684c"
|
||||
DOWNLOAD="https://download.jetbrains.com/python/pycharm-community-2019.3.2.tar.gz"
|
||||
MD5SUM="cad21fcce0ec656ab2d9c327911ab5a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue