mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
libraries/python3-rpyc: Updated for version 6.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
00fb0b8c7e
commit
4a911d507f
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-rpyc
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-rpyc"
|
||||
VERSION="6.0.0"
|
||||
VERSION="6.0.1"
|
||||
HOMEPAGE="http://rpyc.readthedocs.org/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-6.0.0.tar.gz"
|
||||
MD5SUM="a18c605c4b739828af9645c80e37eec6"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-6.0.1.tar.gz"
|
||||
MD5SUM="5edb9f4bfbd262c21cd001adbfd71a4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-plumbum"
|
||||
|
|
Loading…
Reference in a new issue