diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-03-22 22:39:27 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:11:14 +0000 |
commit | 11c0f5122f6e36e5f9eaa85f80c0a89a19248cdd (patch) | |
tree | 26a9a36471164b8f1d510ce16e8451fa7a717839 | |
parent | c05d955912924a83e618cbd02e88b387806b8f09 (diff) | |
download | slackbuilds-11c0f5122f6e36e5f9eaa85f80c0a89a19248cdd.tar.gz |
python/pypy: Updated for version 5.7.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r-- | python/pypy/pypy.SlackBuild | 4 | ||||
-rw-r--r-- | python/pypy/pypy.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index c7ef853b59..613c7f4fb3 100644 --- a/python/pypy/pypy.SlackBuild +++ b/python/pypy/pypy.SlackBuild @@ -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} diff --git a/python/pypy/pypy.info b/python/pypy/pypy.info index a221106924..4623e1cef2 100644 --- a/python/pypy/pypy.info +++ b/python/pypy/pypy.info @@ -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" |