From e43e35d16f35354e2de817090b71ce344fa23c10 Mon Sep 17 00:00:00 2001 From: Aku Date: Mon, 11 Jul 2011 15:33:28 +0300 Subject: Python 3 3.2.1 Signed-off-by: Adam Vandenberg --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3