diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python3.rb | 6 |
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 |
