From 114f4f6d49ee25dfa0c9d0873e881da45c10204e Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 1 Nov 2016 19:34:28 +0900 Subject: [PATCH] 3.6.0b3 --- plugins/python-build/share/python-build/{3.6.0b2 => 3.6.0b3} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/python-build/share/python-build/{3.6.0b2 => 3.6.0b3} (54%) diff --git a/plugins/python-build/share/python-build/3.6.0b2 b/plugins/python-build/share/python-build/3.6.0b3 similarity index 54% rename from plugins/python-build/share/python-build/3.6.0b2 rename to plugins/python-build/share/python-build/3.6.0b3 index e1ab42dd..5f218a1d 100644 --- a/plugins/python-build/share/python-build/3.6.0b2 +++ b/plugins/python-build/share/python-build/3.6.0b3 @@ -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.0b2" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b2.tar.xz#3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea" ldflags_dirs standard verify_py36 ensurepip + 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 else - install_package "Python-3.6.0b2" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b2.tgz#6322b3be346ee41dc22539eaa1c28294363fb6238335d236a51bf23d96513d02" ldflags_dirs standard verify_py36 ensurepip + 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 fi