python/python-jsonrpclib: Updated for version 0.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
017886943b
commit
4b47f00a7c
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python-jsonrpclib
|
||||
SRCNAM=jsonrpclib
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-jsonrpclib"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.4.3"
|
||||
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
|
||||
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.2/jsonrpclib-0.4.2.tar.gz"
|
||||
MD5SUM="28d188e67339a03952e411333cd77eaa"
|
||||
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.3/jsonrpclib-0.4.3.tar.gz"
|
||||
MD5SUM="cd72bec30b7d45002d5036f0ada43652"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue