python/python-jsonrpclib: Updated for version 0.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-14 00:42:19 +07:00
parent 4a9280c1ef
commit 6a89c2b207
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# 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.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=python-jsonrpclib
SRCNAM=jsonrpclib
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-jsonrpclib"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="https://github.com/tcalmant/jsonrpclib"
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.0/jsonrpclib-0.4.0.tar.gz"
MD5SUM="c1c2e175e5fb167a6c36057f1fdfa246"
DOWNLOAD="https://github.com/tcalmant/jsonrpclib/archive/v0.4.1/jsonrpclib-0.4.1.tar.gz"
MD5SUM="f34a8b62d6be60418f6897008afa8ef1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""