mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/PyPy: updated for version 7.3.14
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7836b1e728
commit
e162b7cf35
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=PyPy
|
||||
VERSION=${VERSION:-7.3.13}
|
||||
VERSION=${VERSION:-7.3.14}
|
||||
SRCNAM=pypy2.7
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="PyPy"
|
||||
VERSION="7.3.13"
|
||||
VERSION="7.3.14"
|
||||
HOMEPAGE="https://www.pypy.org/"
|
||||
DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.13-src.tar.bz2"
|
||||
MD5SUM="fe99742950fe914ed9518e5fc2e521db"
|
||||
DOWNLOAD="https://downloads.python.org/pypy/pypy2.7-v7.3.14-src.tar.bz2"
|
||||
MD5SUM="9df65d32e865976388cdc4f5ce607a08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pycparser %README%"
|
||||
|
|
Loading…
Reference in a new issue