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:35 +0700 |
commit | 4187bdcf7dcd141223356e9300d8791b7c5499db (patch) | |
tree | 20b4e11d4580d847819945c5d049ae9873e3e333 /python/PyPy3 | |
parent | 672636dc60e3c31fdd1ab1a37a0e4efa28ca2f60 (diff) |
python/PyPy3: updated for version 7.3.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy3')
-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 d1f67f67aac0..38d3711b7b2f 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.11} +VERSION=${VERSION:-7.3.12} SRCNAM=pypy3.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy3/PyPy3.info b/python/PyPy3/PyPy3.info index 65451d9648b4..4b1a0b4743fd 100644 --- a/python/PyPy3/PyPy3.info +++ b/python/PyPy3/PyPy3.info @@ -1,8 +1,8 @@ PRGNAM="PyPy3" -VERSION="7.3.11" +VERSION="7.3.12" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.11-src.tar.bz2" -MD5SUM="962efbddbc3e7f4713a33147ec4c5b38" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.12-src.tar.bz2" +MD5SUM="4e97cb42fdf89e176ec9dd64a91a940a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |