diff options
| author | Adam Vandenberg | 2011-07-16 09:11:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-16 09:11:42 -0700 |
| commit | 9dedcdca521bad89caa200989ad483b7cd645a2a (patch) | |
| tree | 1aef332f0bfbefcfa0307096f416d0f88429374b /Library/Formula/python.rb | |
| parent | 89388239fa3b8056d68eb9670995691074a63f32 (diff) | |
| download | homebrew-9dedcdca521bad89caa200989ad483b7cd645a2a.tar.bz2 | |
Python 2.7.2: Use newer distribute
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 6ebf169df..2adb808ef 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,8 +5,8 @@ require 'formula' # $ brew install python3 class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.15.tar.gz' - md5 'ea52e1412e7ff560c290266ed400e216' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz' + md5 '45a17940eefee849d4cb8cc06d28d96f' end |
