libraries/gevent: Updated for version 21.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-10-14 19:03:54 +07:00
parent f561a329ab
commit 952cc4bb43
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"