From f6076cb7f07088db1b4d87c5f52794059cb213e0 Mon Sep 17 00:00:00 2001
From: cclauss <cclauss@bluewin.ch>
Date: Tue, 3 Jun 2014 06:55:47 +0200
Subject: [PATCH] Update pypy-1.8

1.7 --> 1.8 in two locations.
---
 builds/runtimes/pypy-1.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/builds/runtimes/pypy-1.8 b/builds/runtimes/pypy-1.8
index 10b44f73..5a517b60 100755
--- a/builds/runtimes/pypy-1.8
+++ b/builds/runtimes/pypy-1.8
@@ -5,8 +5,8 @@
 OUT_PREFIX=$1
 
 echo "Building PyPy..."
-SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2'
+SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux64.tar.bz2'
 curl -L $SOURCE_TARBALL | tar jx
-cp -R pypy-1.7/* $OUT_PREFIX
+cp -R pypy-1.8/* $OUT_PREFIX
 
-ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
\ No newline at end of file
+ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
-- 
GitLab