diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-09-27 14:27:51 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-03 09:17:42 +0700 |
commit | 897743da3c2ce5b0555b3552f4ede4fa766ce3b3 (patch) | |
tree | cd2a1592801c774ae6932aece6af7d32a00f6bbe /python | |
parent | bde1e62e808c1d3564f11dba6d857c5f954d5a91 (diff) |
python/pypy: Updated for version 2.6.1.
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index d54430b2e2dd..09a1590d82ad 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:-2.6} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pypy/pypy.info b/python/pypy/pypy.info index 3e56bd62caaf..5faa490b1649 100644 --- a/python/pypy/pypy.info +++ b/python/pypy/pypy.info @@ -1,10 +1,10 @@ PRGNAM="pypy" -VERSION="2.6" +VERSION="2.6.1" HOMEPAGE="http://pypy.org/" -DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6-linux_i686-portable.tar.bz2" -MD5SUM="f41f8dda1967853612d92002f539848a" -DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6-linux_x86_64-portable.tar.bz2" -MD5SUM_x86_64="900be4fb348cf2acb0da90ada46348f2" +DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2" +MD5SUM="d58ebc8eeb4506e8512c3f3ebaadf7f5" +DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2" +MD5SUM_x86_64="5716cc4ac31b7fb32cf271c6400cf8a5" REQUIRES="" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |