Fix portable python url for 2.4.0
This commit is contained in:
parent
871ec77795
commit
3a5c2cabb1
@ -1,9 +1,9 @@
|
|||||||
case "$(pypy_architecture 2>/dev/null || true)" in
|
case "$(pypy_architecture 2>/dev/null || true)" in
|
||||||
"linux" )
|
"linux" )
|
||||||
install_package "pypy-2.4.0-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4.0-linux_i686-portable.tar.bz2" "pypy" verify_py27 ensurepip
|
install_package "pypy-2.4-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4-linux_i686-portable.tar.bz2" "pypy" verify_py27 ensurepip
|
||||||
;;
|
;;
|
||||||
"linux64" )
|
"linux64" )
|
||||||
install_package "pypy-2.4.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4.0-linux_x86_64-portable.tar.bz2" "pypy" verify_py27 ensurepip
|
install_package "pypy-2.4-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4-linux_x86_64-portable.tar.bz2" "pypy" verify_py27 ensurepip
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
{ echo
|
{ echo
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
case "$(pypy_architecture 2>/dev/null || true)" in
|
case "$(pypy_architecture 2>/dev/null || true)" in
|
||||||
"linux" )
|
"linux" )
|
||||||
install_package "pypy3-2.4.0-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4.0-linux_i686-portable.tar.bz2" "pypy" verify_py32 ensurepip
|
install_package "pypy3-2.4-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4-linux_i686-portable.tar.bz2" "pypy" verify_py32 ensurepip
|
||||||
;;
|
;;
|
||||||
"linux64" )
|
"linux64" )
|
||||||
install_package "pypy3-2.4.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4.0-linux_x86_64-portable.tar.bz2" "pypy" verify_py32 ensurepip
|
install_package "pypy3-2.4-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4-linux_x86_64-portable.tar.bz2" "pypy" verify_py32 ensurepip
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
{ echo
|
{ echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user