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 +# Copyright 2012-2017 Audrius Kažukauskas # 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"