From 094c2c75f310dd2c3978e15cbee6db332483ca79 Mon Sep 17 00:00:00 2001 From: Smana Date: Tue, 21 Jun 2016 12:11:10 +0200 Subject: [PATCH] upgrade pypy version --- roles/coreos-bootstrap/files/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/coreos-bootstrap/files/bootstrap.sh b/roles/coreos-bootstrap/files/bootstrap.sh index e041ed291..f744085b6 100644 --- a/roles/coreos-bootstrap/files/bootstrap.sh +++ b/roles/coreos-bootstrap/files/bootstrap.sh @@ -11,7 +11,7 @@ if [[ -e $BINDIR/.bootstrapped ]]; then exit 0 fi -PYPY_VERSION=2.4.0 +PYPY_VERSION=5.1.0 wget -O - https://bitbucket.org/pypy/pypy/downloads/pypy-$PYPY_VERSION-linux64.tar.bz2 |tar -xjf - mv -n pypy-$PYPY_VERSION-linux64 pypy