diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-24 17:31:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-25 08:47:22 +0700 |
commit | 2fd045d0e7cbf12dd13ea953138010d8a37a93a6 (patch) | |
tree | 8c7215aafac55fa042c56aea9ab98707df17fe06 | |
parent | 0ce8904e325104ec343f965a65f6ba2402eafc73 (diff) |
python/PyPy3: updated for version 7.3.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/PyPy3/PyPy3.SlackBuild | 2 | ||||
-rw-r--r-- | python/PyPy3/PyPy3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyPy3/PyPy3.SlackBuild b/python/PyPy3/PyPy3.SlackBuild index 033588860d876..15232dfeb96ce 100644 --- a/python/PyPy3/PyPy3.SlackBuild +++ b/python/PyPy3/PyPy3.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PyPy3 -VERSION=${VERSION:-7.3.15} +VERSION=${VERSION:-7.3.16} SRCNAM=pypy3.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy3/PyPy3.info b/python/PyPy3/PyPy3.info index 2828704ecd6e2..04474e6a74524 100644 --- a/python/PyPy3/PyPy3.info +++ b/python/PyPy3/PyPy3.info @@ -1,8 +1,8 @@ PRGNAM="PyPy3" -VERSION="7.3.15" +VERSION="7.3.16" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.15-src.tar.bz2" -MD5SUM="f98d921a74c98d2037cacf2ca396db71" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.16-src.tar.bz2" +MD5SUM="78d5d432aee45650d1a24b9a0f17a336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |