diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-28 15:09:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:10 +0700 |
commit | 4847fbfd4da18384aa5781b996a9d12b30ac3f3d (patch) | |
tree | 6d25b5028b179183ccdecb5a30f44bfd63e2bea9 /python/python3-amqp/python3-amqp.SlackBuild | |
parent | 4c7a02e7ab5f198db1fadedee0d1b29e9013af29 (diff) |
python/python3-amqp: updated for version 5.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-amqp/python3-amqp.SlackBuild')
-rw-r--r-- | python/python3-amqp/python3-amqp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-amqp/python3-amqp.SlackBuild b/python/python3-amqp/python3-amqp.SlackBuild index 70e437e714a5d..17600893e17ca 100644 --- a/python/python3-amqp/python3-amqp.SlackBuild +++ b/python/python3-amqp/python3-amqp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-amqp SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |