diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 11:00:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:11 +0700 |
commit | 83603ae550bf2e8de7e090519fa8acac217ae7d5 (patch) | |
tree | 765085d2673a3869ce0a08985861394e3c98d62e /python/python3-autobahn | |
parent | 356f7d8d8c401158e8f96f2b758dc08ff2793287 (diff) |
python/python3-autobahn: Updated for version 23.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 076e92584152..fd08826e699a 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.7.1} +VERSION=${VERSION:-23.1.2} 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 ed2e922c19ea..0ee6ac3cc998 100644 --- a/python/python3-autobahn/python3-autobahn.info +++ b/python/python3-autobahn/python3-autobahn.info @@ -1,8 +1,8 @@ PRGNAM="python3-autobahn" -VERSION="22.7.1" +VERSION="23.1.2" HOMEPAGE="https://crossbar.io/autobahn/" -DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-22.7.1.tar.gz" -MD5SUM="2921fb2bdea60b4cb36ccec367625995" +DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.1.2.tar.gz" +MD5SUM="55cd275bc3d9c7e354f4b6a87b87f466" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-txaio cryptography hyperlink" |