python/python-jsonrpclib: Updated for verson 0.4.3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-03-17 23:50:52 +07:00
parent 11c680849f
commit a9b159aa1d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python-jsonrpclib
# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-jsonrpclib
SRCNAM=jsonrpclib
VERSION=${VERSION:-0.4.3}
VERSION=${VERSION:-0.4.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python-jsonrpclib"
VERSION="0.4.3"
VERSION="0.4.3.2"
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.3/jsonrpclib-0.4.3.tar.gz"
MD5SUM="cd72bec30b7d45002d5036f0ada43652"
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.3.2/jsonrpclib-0.4.3.2.tar.gz"
MD5SUM="21e212aff8998fdb167be511c013b4ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""