From d1e148687c8d18c59f3f23512ed7dc1f867fdeb3 Mon Sep 17 00:00:00 2001 From: Aku Kotkavuo Date: Mon, 5 Sep 2011 01:09:37 +0300 Subject: Python 3.2.2 Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 78572f293..9b1ab6d76 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -17,9 +17,9 @@ class Distribute < Formula end class Python3 < Formula - url 'http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.bz2' + url 'http://python.org/ftp/python/3.2.2/Python-3.2.2.tar.bz2' homepage 'http://www.python.org/' - md5 'f0869ba3f3797aacb1f954ef24c256f3' + md5 '9d763097a13a59ff53428c9e4d098a05' depends_on 'pkg-config' => :build @@ -70,7 +70,7 @@ class Python3 < Formula # Post-install, fix up the site-packages and install-scripts folders # so that user-installed Python software survives minor updates, such - # as going from 3.2.1 to 3.2.2. + # as going from 3.2.2 to 3.2.3. # Remove the site-packages that Python created in its Cellar. site_packages.rmtree -- cgit v1.2.3