aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorJannis Leidel2010-11-28 13:46:27 +0100
committerAdam Vandenberg2010-11-28 08:51:14 -0800
commit9ec136e24e523bf72f95d00c57c15b0624bb6638 (patch)
tree3cbbc987ae7b57b9da0a928cf3b902c69bc093e5 /Library/Formula/python.rb
parent70f3b963adf300a7b4aa69a05e6bc29b2de0d846 (diff)
downloadhomebrew-9ec136e24e523bf72f95d00c57c15b0624bb6638.tar.bz2
Updated Python formula to 2.7.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 8d0f5bc44..a2b81d7be 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -48,9 +48,9 @@ def as_framework?
end
class Python <Formula
- url 'http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2'
+ url 'http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2'
homepage 'http://www.python.org/'
- md5 '0e8c9ec32abf5b732bea7d91b38c3339'
+ md5 'aa27bc25725137ba155910bd8e5ddc4f'
depends_on 'readline' => :optional # Prefer over OS X's libedit
depends_on 'sqlite' => :optional # Prefer over OS X's older version