aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-16 09:11:42 -0700
committerAdam Vandenberg2011-07-16 09:11:42 -0700
commit9dedcdca521bad89caa200989ad483b7cd645a2a (patch)
tree1aef332f0bfbefcfa0307096f416d0f88429374b
parent89388239fa3b8056d68eb9670995691074a63f32 (diff)
downloadhomebrew-9dedcdca521bad89caa200989ad483b7cd645a2a.tar.bz2
Python 2.7.2: Use newer distribute
-rw-r--r--Library/Formula/python.rb4
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