diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 2e8d48b53..575ca70d9 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,11 +1,11 @@ require "formula" class Python < Formula - homepage "http://www.python.org" - head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7" - url "http://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz" + homepage "https://www.python.org" + head "https://hg.python.org/cpython", :using => :hg, :branch => "2.7" + url "https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz" sha1 "511960dd78451a06c9df76509635aeec05b2051a" - revision 1 + revision 2 bottle do revision 2 |
