diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-06-10 15:32:28 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:36:24 +0700 |
commit | 828573d04ece9a955232d19adc04f31ce50a8531 (patch) | |
tree | b5558ee9b799aaa4a54bbd0a40eac03d42be67ad /python | |
parent | d5c59f9306c713b6c46cbb8e19f99ff01d744596 (diff) |
python/pypy: Updated for version 5.8.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r-- | python/pypy/pypy.SlackBuild | 2 | ||||
-rw-r--r-- | python/pypy/pypy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index e9af5c726cbc..953c228173ef 100644 --- a/python/pypy/pypy.SlackBuild +++ b/python/pypy/pypy.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pypy -VERSION=${VERSION:-5.7.1} +VERSION=${VERSION:-5.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pypy/pypy.info b/python/pypy/pypy.info index c670fcefa1cb..929b5ae32ae5 100644 --- a/python/pypy/pypy.info +++ b/python/pypy/pypy.info @@ -1,10 +1,10 @@ PRGNAM="pypy" -VERSION="5.7.1" +VERSION="5.8" HOMEPAGE="http://pypy.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2" -MD5SUM_x86_64="0c029396d560d3a1dcb173944d3f0ef8" +DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.8-linux_x86_64-portable.tar.bz2" +MD5SUM_x86_64="67f84b76eb4089ed33d51516bb5c2d0f" REQUIRES="" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |