python/python-jsonrpclib: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4a9280c1ef
commit
6a89c2b207
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-jsonrpclib
|
# Slackware build script for python-jsonrpclib
|
||||||
|
|
||||||
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=python-jsonrpclib
|
PRGNAM=python-jsonrpclib
|
||||||
SRCNAM=jsonrpclib
|
SRCNAM=jsonrpclib
|
||||||
VERSION=${VERSION:-0.4.0}
|
VERSION=${VERSION:-0.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-jsonrpclib"
|
PRGNAM="python-jsonrpclib"
|
||||||
VERSION="0.4.0"
|
VERSION="0.4.1"
|
||||||
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
|
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
|
||||||
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.0/jsonrpclib-0.4.0.tar.gz"
|
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.1/jsonrpclib-0.4.1.tar.gz"
|
||||||
MD5SUM="c1c2e175e5fb167a6c36057f1fdfa246"
|
MD5SUM="f34a8b62d6be60418f6897008afa8ef1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue