aboutsummaryrefslogtreecommitdiff
path: root/python/PyPy3
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyPy3')
-rw-r--r--python/PyPy3/PyPy3.SlackBuild6
-rw-r--r--python/PyPy3/PyPy3.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/PyPy3/PyPy3.SlackBuild b/python/PyPy3/PyPy3.SlackBuild
index 15232dfeb9..b2163bffc5 100644
--- a/python/PyPy3/PyPy3.SlackBuild
+++ b/python/PyPy3/PyPy3.SlackBuild
@@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=PyPy3
-VERSION=${VERSION:-7.3.16}
-SRCNAM=pypy3.9
+VERSION=${VERSION:-7.3.18}
+SRCNAM=pypy3.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -112,7 +112,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/bin
( cd $PKG/usr/bin
ln -sf ../lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION/bin/pypy3 pypy3
- ln -sf ../lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION/bin/pypy3.9 pypy3.9
+ ln -sf ../lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION/bin/${SRCNAM} ${SRCNAM}
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/PyPy3/PyPy3.info b/python/PyPy3/PyPy3.info
index 04474e6a74..88bf35e0d3 100644
--- a/python/PyPy3/PyPy3.info
+++ b/python/PyPy3/PyPy3.info
@@ -1,8 +1,8 @@
PRGNAM="PyPy3"
-VERSION="7.3.16"
+VERSION="7.3.18"
HOMEPAGE="https://www.pypy.org/"
-DOWNLOAD="https://downloads.python.org/pypy/pypy3.9-v7.3.16-src.tar.bz2"
-MD5SUM="78d5d432aee45650d1a24b9a0f17a336"
+DOWNLOAD="https://downloads.python.org/pypy/pypy3.11-v7.3.18-src.tar.bz2"
+MD5SUM="b80600d11b767202fc3ddcd08d764597"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycparser %README%"