diff options
| author | Aku | 2011-07-11 15:33:28 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-11 10:28:52 -0700 |
| commit | e43e35d16f35354e2de817090b71ce344fa23c10 (patch) | |
| tree | c9b3b3b887fd60dd09f0a222d36165ac6abc4bfa /Library/Formula/python3.rb | |
| parent | f3cdc91d3dc941162b5c46ba169bd6a8be591613 (diff) | |
| download | homebrew-e43e35d16f35354e2de817090b71ce344fa23c10.tar.bz2 | |
Python 3 3.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index d216bd0c5..5738a85b6 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -13,9 +13,9 @@ def as_framework? end class Python3 < Formula - url 'http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2' + url 'http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.bz2' homepage 'http://www.python.org/' - md5 '92e94b5b6652b96349d6362b8337811d' + md5 'f0869ba3f3797aacb1f954ef24c256f3' depends_on 'readline' => :optional # Prefer over OS X's libedit depends_on 'sqlite' => :optional # Prefer over OS X's older version |
