aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:07:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:48:22 +0700
commitab7f87b02e261352524e33f9cffeb813ce314cbd (patch)
tree834dd51630ec942fdf7bbf8657434d43e275421c
parent1fa4c3c77f4989a6808dcfb1a991c56ce90aeb5c (diff)
libraries/gevent: Updated for version 24.11.1.
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 dc38b5aed4..27094767a1 100644
--- a/libraries/gevent/gevent.SlackBuild
+++ b/libraries/gevent/gevent.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gevent
-VERSION=${VERSION:-22.10.2}
+VERSION=${VERSION:-24.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/gevent/gevent.info b/libraries/gevent/gevent.info
index d886ce6de8..0291be3f98 100644
--- a/libraries/gevent/gevent.info
+++ b/libraries/gevent/gevent.info
@@ -1,8 +1,8 @@
PRGNAM="gevent"
-VERSION="22.10.2"
+VERSION="24.11.1"
HOMEPAGE="http://www.gevent.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/9f/4a/e9e57cb9495f0c7943b1d5965c4bdd0d78bc4a433a7c96ee034b16c01520/gevent-22.10.2.tar.gz"
-MD5SUM="9a29b3d7e17fc32bc70858116d76fa6a"
+DOWNLOAD="https://files.pythonhosted.org/packages/ab/75/a53f1cb732420f5e5d79b2563fc3504d22115e7ecfe7966e5cf9b3582ae7/gevent-24.11.1.tar.gz"
+MD5SUM="c3547bf065718d85ed503282a05a444a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet"