diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-19 14:05:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 17:35:34 +0700 |
commit | 0130b0fc65d554941c76a00ea93562d49af4fd93 (patch) | |
tree | 117181419ab9104a73271437e24268af458c08ab /python/PyPy | |
parent | 00b42b23fffb537d8192c6f24f8a0cd6b445d5ec (diff) |
python/PyPy: updated for version 7.3.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy')
-rw-r--r-- | python/PyPy/PyPy.SlackBuild | 2 | ||||
-rw-r--r-- | python/PyPy/PyPy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyPy/PyPy.SlackBuild b/python/PyPy/PyPy.SlackBuild index de46dc8645ad..4db14269a215 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.11} +VERSION=${VERSION:-7.3.12} SRCNAM=pypy2.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy/PyPy.info b/python/PyPy/PyPy.info index 089bd1db745b..0804c8f9fa14 100644 --- a/python/PyPy/PyPy.info +++ b/python/PyPy/PyPy.info @@ -1,8 +1,8 @@ PRGNAM="PyPy" -VERSION="7.3.11" +VERSION="7.3.12" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.11-src.tar.bz2" -MD5SUM="249ad8b0ddffbb16a9d416c3ae85dd2c" +DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.12-src.tar.bz2" +MD5SUM="f6d0edb34e7455c34f9a4493ebbe9466" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |