python/python3-geventhttpclient: Updated for version 1.5.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-10-14 18:59:29 +07:00
parent 8585e0dbab
commit f561a329ab
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-geventhttpclient
SRCNAM=geventhttpclient
VERSION=${VERSION:-1.4.5}
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-geventhttpclient"
VERSION="1.4.5"
HOMEPAGE="http://github.com/gwik/geventhttpclient"
DOWNLOAD=""https://github.com/gwik/geventhttpclient/archive/v1.4.5/geventhttpclient-1.4.5.tar.gz
MD5SUM="fd3b218bb23711bbefe47abc999d3001"
VERSION="1.5.3"
HOMEPAGE="https://github.com/geventhttpclient/geventhttpclient"
DOWNLOAD="https://github.com/geventhttpclient/geventhttpclient/archive/1.5.3/geventhttpclient-1.5.3.tar.gz"
MD5SUM="c81447b59ed383e7b8abd0704b804c61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gevent"