aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
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.