mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-autobahn: updated for version 23.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3521f88016
commit
d696202036
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-autobahn
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-23.6.1}
|
||||
VERSION=${VERSION:-23.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-autobahn"
|
||||
VERSION="23.6.1"
|
||||
VERSION="23.6.2"
|
||||
HOMEPAGE="https://crossbar.io/autobahn/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.6.1.tar.gz"
|
||||
MD5SUM="f7b3c554de474dd1960b62a7f113825c"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.6.2.tar.gz"
|
||||
MD5SUM="f29d3cebec06c81a87823a2776ffcc5c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-txaio cryptography hyperlink"
|
||||
|
|
Loading…
Reference in a new issue