diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 15:32:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 12:01:06 +0700 |
commit | 9eee802be9ed20ba5b730e18aecf8189c940a1ba (patch) | |
tree | c79c797b0193bac9a771dc4d5b166f7159a7c6c1 /python | |
parent | 434e1a968d2db61e0aef74e14730262f157aa70a (diff) |
python/PyPy3: updated for version 7.3.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 3d904c044fe5..033588860d87 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.14} +VERSION=${VERSION:-7.3.15} SRCNAM=pypy3.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyPy3/PyPy3.info b/python/PyPy3/PyPy3.info index c8df5cf19d5f..2828704ecd6e 100644 --- a/python/PyPy3/PyPy3.info +++ b/python/PyPy3/PyPy3.info @@ -1,8 +1,8 @@ PRGNAM="PyPy3" -VERSION="7.3.14" +VERSION="7.3.15" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.14-src.tar.bz2" -MD5SUM="ec8ab0f8767fb66bd768112091cf831e" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.15-src.tar.bz2" +MD5SUM="f98d921a74c98d2037cacf2ca396db71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |