python/python3-geventhttpclient: Updated for version 1.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8585e0dbab
commit
f561a329ab
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue