aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAku Kotkavuo2011-09-05 01:09:37 +0300
committerJack Nagel2011-09-05 14:17:46 -0500
commitd1e148687c8d18c59f3f23512ed7dc1f867fdeb3 (patch)
treef5624e0daaafabe80fe09a664597dbd35628646f /Library/Formula/python3.rb
parent7665fdc86c544d9f9590d93c48f360e82a2f5dbc (diff)
downloadhomebrew-d1e148687c8d18c59f3f23512ed7dc1f867fdeb3.tar.bz2
Python 3.2.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb6
1 files changed, 3 insertions, 3 deletions
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