mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add CPython 3.6.0b4 and remove 3.6.0b3 (#762)
* Remove CPython 3.6.0b3 in favor of 3.6.0b4 * Add CPython 3.6.0b4 https://www.python.org/downloads/release/python-360b4/.
This commit is contained in:
parent
956b9efe0f
commit
08fc271fca
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl
|
||||
install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
|
||||
if has_tar_xz_support; then
|
||||
install_package "Python-3.6.0b3" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tar.xz#b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5" ldflags_dirs standard verify_py36 ensurepip
|
||||
install_package "Python-3.6.0b4" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b4.tar.xz#0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979" ldflags_dirs standard verify_py36 ensurepip
|
||||
else
|
||||
install_package "Python-3.6.0b3" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tgz#61aa21e9fac878b8c0c1372e42b6e131890e8ce47c73c604101e3231e7f84923" ldflags_dirs standard verify_py36 ensurepip
|
||||
install_package "Python-3.6.0b4" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b4.tgz#3e19d832a677d351f580bad4f312631e5b66a9c47257accc9edc025df2c3160b" ldflags_dirs standard verify_py36 ensurepip
|
||||
fi
|
Loading…
Reference in a new issue