mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-httpcore: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7102f61fd
commit
47adfd2468
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-httpcore
|
||||
SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-httpcore"
|
||||
VERSION="0.15.0"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="https://github.com/encode/httpcore"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.15.0.tar.gz"
|
||||
MD5SUM="bd00fd1f1e7eccd5609f77f395d0bf78"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.16.1.tar.gz"
|
||||
MD5SUM="e209c58a459aed9cbf80a64661b2e75d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-anyio python3-h11"
|
||||
|
|
Loading…
Reference in a new issue