diff options
author | Audrius Kažukauskas | 2017-04-08 21:11:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2017-04-13 02:28:26 +0200 |
commit | c3123c8f9218112e5c34fc5efcb9def58a5b32d5 (patch) | |
tree | 0c2bf1b857b4e7a37a47c3b926d7974102fd6b8b /python/pypy3 | |
parent | 868e3e25a1a0b0bd8b01823369fa91402c9524ba (diff) | |
download | slackbuilds-c3123c8f9218112e5c34fc5efcb9def58a5b32d5.tar.gz |
python/pypy3: Updated for version 5.7.1_beta.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pypy3')
-rw-r--r-- | python/pypy3/pypy3.SlackBuild | 2 | ||||
-rw-r--r-- | python/pypy3/pypy3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pypy3/pypy3.SlackBuild b/python/pypy3/pypy3.SlackBuild index c0c6666082..5a1e8b3d6b 100644 --- a/python/pypy3/pypy3.SlackBuild +++ b/python/pypy3/pypy3.SlackBuild @@ -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} diff --git a/python/pypy3/pypy3.info b/python/pypy3/pypy3.info index 62eac0abf6..24ffeabffe 100644 --- a/python/pypy3/pypy3.info +++ b/python/pypy3/pypy3.info @@ -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" |