1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

make all http source urls https

This commit is contained in:
Amber Brown (HawkOwl)
2016-08-24 02:07:27 +08:00
parent e23b9e90b4
commit 12447f67f5
75 changed files with 122 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
require_java
install_hg "jython-2.5-dev" "http://hg.python.org/jython" "2.5" jython_builder
install_hg "jython-2.5-dev" "https://hg.python.org/jython" "2.5" jython_builder
install_package "setuptools-1.4.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.2.tar.gz#263986a60a83aba790a5bffc7d009ac88114ba4e908e5c90e453b3bf2155dbbd" python
# pip (>= 1.3) does not work properly since it uses HTTPS for downloads
# * https://github.com/yyuu/pyenv/issues/15