mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pypy: Updated for version 5.7.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
68faf30c87
commit
868e3e25a1
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pypy
|
||||
VERSION=${VERSION:-5.7}
|
||||
VERSION=${VERSION:-5.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pypy"
|
||||
VERSION="5.7"
|
||||
VERSION="5.7.1"
|
||||
HOMEPAGE="http://pypy.org/"
|
||||
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"
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2"
|
||||
MD5SUM_x86_64="0c029396d560d3a1dcb173944d3f0ef8"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue