summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-10-14 14:03:54 +0200
committer Willy Sudiarto Raharjo2021-10-14 14:03:54 +0200
commit952cc4bb43a5b38cd363f8d3823a7282686fb940 (patch)
tree2bf7b68437b8a03eaa03840e1717ce97646f97a3
parentf561a329abe8bb1b15aa438ca6efeda440554909 (diff)
downloadslackbuilds-952cc4bb43a5b38cd363f8d3823a7282686fb940.tar.gz
libraries/gevent: Updated for version 21.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/gevent/gevent.SlackBuild2
-rw-r--r--libraries/gevent/gevent.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/gevent/gevent.SlackBuild b/libraries/gevent/gevent.SlackBuild
index 6518c2ba06..f0d865eda9 100644
--- a/libraries/gevent/gevent.SlackBuild
+++ b/libraries/gevent/gevent.SlackBuild
@@ -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}
diff --git a/libraries/gevent/gevent.info b/libraries/gevent/gevent.info
index 00fb9de565..49b3206e16 100644
--- a/libraries/gevent/gevent.info
+++ b/libraries/gevent/gevent.info
@@ -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"