diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-11 08:44:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-11 19:51:08 +0700 |
commit | 7836b1e7289a589737b2736cae843949611af3a0 (patch) | |
tree | 727ed8733e90ae72f6f22665135be1a71e0c15d3 /python | |
parent | 5f494f24b2e973d3e6e09cae024e3f810933b70c (diff) |
python/pypy3: updated for version 7.3.14
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pypy3/pypy3.SlackBuild b/python/pypy3/pypy3.SlackBuild index a190d091f7664..d32d1b3ff044e 100644 --- a/python/pypy3/pypy3.SlackBuild +++ b/python/pypy3/pypy3.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pypy3 -VERSION=${VERSION:-7.3.13} +VERSION=${VERSION:-7.3.14} SRCNAM=pypy3.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pypy3/pypy3.info b/python/pypy3/pypy3.info index c486b08f0ad56..4a33c378ea1f6 100644 --- a/python/pypy3/pypy3.info +++ b/python/pypy3/pypy3.info @@ -1,10 +1,10 @@ PRGNAM="pypy3" -VERSION="7.3.13" +VERSION="7.3.14" HOMEPAGE="https://www.pypy.org/" -DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.13-linux32.tar.bz2" -MD5SUM="952d8bfea906c11014bf967c385eb57d" -DOWNLOAD_x86_64="https://downloads.python.org/pypy/pypy3.9-v7.3.13-linux64.tar.bz2" -MD5SUM_x86_64="4aa7f5f9c1eb2f48667f72c3038ee625" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.14-linux32.tar.bz2" +MD5SUM="f6dff393595c9e6678a9d8b7f58789c9" +DOWNLOAD_x86_64="https://downloads.python.org/pypy/pypy3.9-v7.3.14-linux64.tar.bz2" +MD5SUM_x86_64="45d4799e588a6dddafa4ef159be1b435" REQUIRES="" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |