aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-04-25 17:09:35 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-26 01:48:55 +0700
commit61dd6ea7c61eeb1ed837e43706c7bcec59f4e656 (patch)
treeb2e95e03ab80fda4fce93eb5186519620827e244 /python
parentf745264680db1976d7003dc2a4cff2d99ab4a653 (diff)
python/PyPy: updated for version 7.3.19
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/PyPy/PyPy.SlackBuild2
-rw-r--r--python/PyPy/PyPy.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyPy/PyPy.SlackBuild b/python/PyPy/PyPy.SlackBuild
index 301de11a5d..34a9ce7a51 100644
--- a/python/PyPy/PyPy.SlackBuild
+++ b/python/PyPy/PyPy.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=PyPy
-VERSION=${VERSION:-7.3.18}
+VERSION=${VERSION:-7.3.19}
SRCNAM=pypy2.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/PyPy/PyPy.info b/python/PyPy/PyPy.info
index 5553f89cf4..478d995830 100644
--- a/python/PyPy/PyPy.info
+++ b/python/PyPy/PyPy.info
@@ -1,8 +1,8 @@
PRGNAM="PyPy"
-VERSION="7.3.18"
+VERSION="7.3.19"
HOMEPAGE="https://www.pypy.org/"
-DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.18-src.tar.bz2"
-MD5SUM="bc6b11a0c9e54f74c30b6fb404ada15b"
+DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.19-src.tar.bz2"
+MD5SUM="3579908879a8ad33d3eb0d812f535efb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycparser %README%"