diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-11 08:44:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-11 19:51:08 +0700 |
commit | e162b7cf35d3d26d16bdf960dc6d1c2a2a0f72c8 (patch) | |
tree | 0f7c22ffa5c1a1baa3720e632133182bfad83438 /python/PyPy | |
parent | 7836b1e7289a589737b2736cae843949611af3a0 (diff) |
python/PyPy: updated for version 7.3.14
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 d18ef06b2ebb..0e0a8d41e653 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.13} +VERSION=${VERSION:-7.3.14} SRCNAM=pypy2.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy/PyPy.info b/python/PyPy/PyPy.info index 4ab2cb7d7a47..c94cb36098e2 100644 --- a/python/PyPy/PyPy.info +++ b/python/PyPy/PyPy.info @@ -1,8 +1,8 @@ PRGNAM="PyPy" -VERSION="7.3.13" +VERSION="7.3.14" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.13-src.tar.bz2" -MD5SUM="fe99742950fe914ed9518e5fc2e521db" +DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.14-src.tar.bz2" +MD5SUM="9df65d32e865976388cdc4f5ce607a08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |