diff options
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 a6b76d72754d..3d904c044fe5 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.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 1360079a21f8..c8df5cf19d5f 100644 --- a/python/PyPy3/PyPy3.info +++ b/python/PyPy3/PyPy3.info @@ -1,8 +1,8 @@ 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-src.tar.bz2" -MD5SUM="b5611bb19fc63228535509e9b526603c" +DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.14-src.tar.bz2" +MD5SUM="ec8ab0f8767fb66bd768112091cf831e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pycparser %README%" |