diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 7975bbd9c..400555d7f 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,6 +5,7 @@ class Python < Formula    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"    sha1 "511960dd78451a06c9df76509635aeec05b2051a" +  revision 1    bottle do      revision 1 | 
