mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pypy: Updated for version 5.7.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
c05d955912
commit
11c0f5122f
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pypy
|
||||
|
||||
# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2017 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pypy
|
||||
VERSION=${VERSION:-5.6}
|
||||
VERSION=${VERSION:-5.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pypy"
|
||||
VERSION="5.6"
|
||||
VERSION="5.7"
|
||||
HOMEPAGE="http://pypy.org/"
|
||||
DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_i686-portable.tar.bz2"
|
||||
MD5SUM="2296f9c14d495c69712a576ce7a86001"
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_x86_64-portable.tar.bz2"
|
||||
MD5SUM_x86_64="b8cb7ecdc28f922c76bf48cc581b5ad4"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7-linux_x86_64-portable.tar.bz2"
|
||||
MD5SUM_x86_64="5a7552a3cbfbb1c5c32f5a72fd4d3274"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue