From 827306728f2ea8674e2759e1fa1ac1bab1316b27 Mon Sep 17 00:00:00 2001
From: cclauss <cclauss@bluewin.ch>
Date: Tue, 3 Jun 2014 06:57:01 +0200
Subject: [PATCH] Update pypy-1.9

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

diff --git a/builds/runtimes/pypy-1.9 b/builds/runtimes/pypy-1.9
index 10b44f73..2ff5d52e 100755
--- a/builds/runtimes/pypy-1.9
+++ b/builds/runtimes/pypy-1.9
@@ -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.9-linux64.tar.bz2'
 curl -L $SOURCE_TARBALL | tar jx
-cp -R pypy-1.7/* $OUT_PREFIX
+cp -R pypy-1.9/* $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