Quellcode durchsuchen

Merge pull request #1329 from methane/python-update

Python: Update PyPy to 2.5.0
Hamilton Turner vor 10 Jahren
Ursprung
Commit
c134d85c9e
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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