From e3511e720210cdc1824239663954e0a52ec0601b Mon Sep 17 00:00:00 2001
From: cclauss <cclauss@bluewin.ch>
Date: Tue, 28 Jun 2016 11:17:37 +0200
Subject: [PATCH] Update and rename pypy-5.3.0 to pypy-5.3.1

---
 builds/runtimes/{pypy-5.3.0 => pypy-5.3.1} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename builds/runtimes/{pypy-5.3.0 => pypy-5.3.1} (84%)

diff --git a/builds/runtimes/pypy-5.3.0 b/builds/runtimes/pypy-5.3.1
similarity index 84%
rename from builds/runtimes/pypy-5.3.0
rename to builds/runtimes/pypy-5.3.1
index e1c6104c..0310dc91 100755
--- a/builds/runtimes/pypy-5.3.0
+++ b/builds/runtimes/pypy-5.3.1
@@ -7,8 +7,8 @@
 OUT_PREFIX=$1
 
 echo "Building PyPy..."
-SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-5.3.0-linux64.tar.bz2'
+SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-5.3.1-linux64.tar.bz2'
 curl -L $SOURCE_TARBALL | tar jx
-cp -R pypy-5.3.0-linux64/* $OUT_PREFIX
+cp -R pypy-5.3.1-linux64/* $OUT_PREFIX
 
 ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
-- 
GitLab