python/pypy: Updated for version 2.6.1.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2015-09-27 14:27:51 +03:00 committed by Willy Sudiarto Raharjo
parent bde1e62e80
commit 897743da3c
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"