mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-h11: Updated for version 0.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7a939bfd59
commit
14062b4706
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-h11
|
||||
SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-h11"
|
||||
VERSION="0.13.0"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="https://github.com/python-hyper/h11"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h11/h11-0.13.0.tar.gz"
|
||||
MD5SUM="83235d9b0593917233aa009f6d1d42a3"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h11/h11-0.14.0.tar.gz"
|
||||
MD5SUM="84c33fc0aa1f868928114c4d02c43dc2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue