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:34 +0700 |
commit | 672636dc60e3c31fdd1ab1a37a0e4efa28ca2f60 (patch) | |
tree | ba17b8c278060d8406b2ccbe824d5cfbd1994f96 /python/pypy3 | |
parent | 0130b0fc65d554941c76a00ea93562d49af4fd93 (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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pypy3/pypy3.SlackBuild b/python/pypy3/pypy3.SlackBuild index 4c3abe8ef5e4..327f6cc011a2 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.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 a4e0df79a07f..30205e91928e 100644 --- a/python/pypy3/pypy3.info +++ b/python/pypy3/pypy3.info @@ -1,10 +1,10 @@ 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-linux32.tar.bz2" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.12-linux32.tar.bz2" MD5SUM="1738069b38fa9d20cc996dc5304dfe09" -DOWNLOAD_x86_64="https://downloads.python.org/pypy/pypy3.9-v7.3.11-linux64.tar.bz2" -MD5SUM_x86_64="086a8fb85f9946ef897d298cbb3c4740" +DOWNLOAD_x86_64="https://downloads.python.org/pypy/pypy3.9-v7.3.12-linux64.tar.bz2" +MD5SUM_x86_64="f6f3f6906e31eeeb15c4c0c95c9b91a3" REQUIRES="" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |