diff options
| author | Kenneth Reitz | 2011-06-12 14:35:54 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-12 16:13:33 -0700 |
| commit | 834a2c39e5fcc80772b8b2353cbf9e14f2db3a8a (patch) | |
| tree | 3576520747b19b92ce6c7b052e0dc96dde1b8a49 /Library/Formula/python.rb | |
| parent | a1df6353d3ab744a9fc7496ea4afc82aaed4fb80 (diff) | |
| download | homebrew-834a2c39e5fcc80772b8b2353cbf9e14f2db3a8a.tar.bz2 | |
Python 2.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 58a678903..cfce0e2ac 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -19,9 +19,9 @@ def as_framework? end class Python < Formula - url 'http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2' + url 'http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2' homepage 'http://www.python.org/' - md5 'aa27bc25725137ba155910bd8e5ddc4f' + md5 'ba7b2f11ffdbf195ee0d111b9455a5bd' depends_on 'readline' => :optional # Prefer over OS X's libedit depends_on 'sqlite' => :optional # Prefer over OS X's older version |
