diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 10:29:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:18 +0700 |
commit | 72109ab43a137ef7cdb54c61e8aeb4f7af1722eb (patch) | |
tree | edcd26f1351b2a5a621d992cc33076dfafdbe58d /python/python3-autobahn | |
parent | 5ad726ea545cf01bba0699163df71879fd6586f1 (diff) |
python/python3-autobahn: updated for version 22.7.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-autobahn')
-rw-r--r-- | python/python3-autobahn/python3-autobahn.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-autobahn/python3-autobahn.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-autobahn/python3-autobahn.SlackBuild b/python/python3-autobahn/python3-autobahn.SlackBuild index 39c9b773e03e..076e92584152 100644 --- a/python/python3-autobahn/python3-autobahn.SlackBuild +++ b/python/python3-autobahn/python3-autobahn.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-autobahn SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-22.4.2} +VERSION=${VERSION:-22.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-autobahn/python3-autobahn.info b/python/python3-autobahn/python3-autobahn.info index a5d6f845ddce..ed2e922c19ea 100644 --- a/python/python3-autobahn/python3-autobahn.info +++ b/python/python3-autobahn/python3-autobahn.info @@ -1,8 +1,8 @@ PRGNAM="python3-autobahn" -VERSION="22.4.2" +VERSION="22.7.1" HOMEPAGE="https://crossbar.io/autobahn/" -DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-22.4.2.tar.gz" -MD5SUM="372b4a48f765e8d9dbdedfe764410544" +DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-22.7.1.tar.gz" +MD5SUM="2921fb2bdea60b4cb36ccec367625995" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-txaio cryptography hyperlink" |