mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/gevent: Updated for version 21.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f561a329ab
commit
952cc4bb43
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gevent
|
||||
VERSION=${VERSION:-21.1.2}
|
||||
VERSION=${VERSION:-21.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gevent"
|
||||
VERSION="21.1.2"
|
||||
VERSION="21.8.0"
|
||||
HOMEPAGE="http://www.gevent.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/g/gevent/gevent-21.1.2.tar.gz"
|
||||
MD5SUM="0463f4be37e551e53456c9edaeeb86fc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/g/gevent/gevent-21.8.0.tar.gz"
|
||||
MD5SUM="cd15fb75e67892514fbba2111af5cd50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="greenlet"
|
||||
|
|
Loading…
Reference in a new issue