From ade8b676d3849c31d574158778fc975664f79809 Mon Sep 17 00:00:00 2001 From: Yuefeng Leng Date: Tue, 25 Mar 2014 18:52:33 +0800 Subject: python3: use https Closes #27848. Signed-off-by: Mike McQuaid --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') 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 . is used so often. -- cgit v1.2.3