Browse Source

Merge pull request #1329 from methane/python-update

Python: Update PyPy to 2.5.0
Hamilton Turner 10 years ago
parent
commit
c134d85c9e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      toolset/setup/linux/languages/pypy.sh

+ 3 - 3
toolset/setup/linux/languages/pypy.sh

@@ -3,9 +3,9 @@
 RETCODE=$(fw_exists ${IROOT}/pypy.installed)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
-fw_get https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux64.tar.bz2 -O pypy-2.4.0-linux64.tar.bz2
-fw_untar pypy-2.4.0-linux64.tar.bz2
-ln -sf pypy-2.4.0-linux64 pypy
+fw_get https://bitbucket.org/pypy/pypy/downloads/pypy-2.5.0-linux64.tar.bz2 -O pypy-2.5.0-linux64.tar.bz2
+fw_untar pypy-2.5.0-linux64.tar.bz2
+ln -sf pypy-2.5.0-linux64 pypy
 
 if [ ! -f "get-pip.py" ]; then
 fw_get https://bootstrap.pypa.io/get-pip.py -O get-pip.py