diff options
| author | Yuefeng Leng | 2014-03-25 18:52:33 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-25 11:39:17 +0000 |
| commit | ade8b676d3849c31d574158778fc975664f79809 (patch) | |
| tree | 9d9eb14fb7285963d5858ef6ef1b5cf59000bdcf /Library/Formula/python3.rb | |
| parent | a201069224987d7ea6f3c2d69f2671ba92dc8a28 (diff) | |
| download | homebrew-ade8b676d3849c31d574158778fc975664f79809.tar.bz2 | |
python3: use https
Closes #27848.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 767311eba..b73f68f7d 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -1,8 +1,8 @@ require 'formula' class Python3 < Formula - homepage 'http://www.python.org/' - url 'http://python.org/ftp/python/3.4.0/Python-3.4.0.tgz' + homepage 'https://www.python.org/' + url 'https://python.org/ftp/python/3.4.0/Python-3.4.0.tgz' sha1 'bb5125d1c437caa5a62e0a3d0fee298e91196d6f' VER='3.4' # The <major>.<minor> is used so often. |
