mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-geventhttpclient: Updated for version 2.0.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b784d2e09c
commit
baeccbc149
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-geventhttpclient
|
||||
SRCNAM=geventhttpclient
|
||||
VERSION=${VERSION:-2.0.9}
|
||||
VERSION=${VERSION:-2.0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-geventhttpclient"
|
||||
VERSION="2.0.9"
|
||||
VERSION="2.0.10"
|
||||
HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/22/d0/619854ff9071f332bcb285d5912d9aa3c80479ef7e95b8907762ba2f3214/geventhttpclient-2.0.9.tar.gz"
|
||||
MD5SUM="d891490521175339c4bd37c534413a6f"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/9e/39/1a3758766115a50fa69ee52a29e1fbd3eba657c995e2678ab177337457ef/geventhttpclient-2.0.10.tar.gz"
|
||||
MD5SUM="b5ef57d4ea28bf4aa72d3738dcca3744"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gevent llhttp"
|
||||
|
|
Loading…
Reference in a new issue