mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pbr: Updated for version 5.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a7a4a8cb56
commit
fbe5dfccb3
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pbr
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
VERSION=${VERSION:-5.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pbr"
|
||||
VERSION="5.1.1"
|
||||
VERSION="5.6.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pbr"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/33/07/6e68a96ff240a0e7bb1f6e21093532386a98a82d56512e1e3da6d125f7aa/pbr-5.1.1.tar.gz"
|
||||
MD5SUM="dbc94417a8ff0432d6244501a7f1bd49"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/35/8c/69ed04ae31ad498c9bdea55766ed4c0c72de596e75ac0d70b58aa25e0acf/pbr-5.6.0.tar.gz"
|
||||
MD5SUM="62565acc6bf3e7e10b082463421f8b46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue