diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-24 17:30:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-25 08:47:22 +0700 |
commit | 0ce8904e325104ec343f965a65f6ba2402eafc73 (patch) | |
tree | 555734ee1b4945b8c68c0be015de41f35b73d877 /python | |
parent | 868d5e60ad1013c832f5b9476dbd6cd8b16e2144 (diff) |
python/PyPy: updated for version 7.3.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 321ed43910cc7..198a892583517 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.15} +VERSION=${VERSION:-7.3.16} SRCNAM=pypy2.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy/PyPy.info b/python/PyPy/PyPy.info index 051f4f161716a..fb47ee33b2174 100644 --- a/python/PyPy/PyPy.info +++ b/python/PyPy/PyPy.info @@ -1,8 +1,8 @@ PRGNAM="PyPy" -VERSION="7.3.15" +VERSION="7.3.16" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.15-src.tar.bz2" -MD5SUM="47a5fffbae1567f0ae3e83bab5a695c1" +DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.16-src.tar.bz2" +MD5SUM="9d527bc634e25b793f181580cf58d1a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |