mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pypy3: Updated for version 5.7.1_beta.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
868e3e25a1
commit
c3123c8f92
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pypy3
|
||||
VERSION=${VERSION:-5.7_beta}
|
||||
VERSION=${VERSION:-5.7.1_beta}
|
||||
SRCNAM=pypy3.5
|
||||
SRCVER=$(echo $VERSION | tr '_' '-')
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pypy3"
|
||||
VERSION="5.7_beta"
|
||||
VERSION="5.7.1_beta"
|
||||
HOMEPAGE="http://pypy.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.7-beta-linux_x86_64-portable.tar.bz2"
|
||||
MD5SUM_x86_64="1b8ab04ecc67b4ecd95642b12e65a2f1"
|
||||
DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.7.1-beta-linux_x86_64-portable.tar.bz2"
|
||||
MD5SUM_x86_64="79ba993ad30545ae5bb48483f6c28502"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue