aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-10-28 09:17:34 -0700
committerAdam Vandenberg2011-10-28 09:17:44 -0700
commite10cffb82d9ae29c728427587bbecdb841f8aa43 (patch)
tree411d80cb3b5cfb4f92cf3adbd4d111f1a9fa12d9
parentaa00a56c4e110f9a795e6a14754ff1e612d1a0c6 (diff)
downloadhomebrew-e10cffb82d9ae29c728427587bbecdb841f8aa43.tar.bz2
Distribute 0.6.24
-rw-r--r--Library/Formula/python.rb4
-rw-r--r--Library/Formula/python3.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 926cbb1d9..66df71bf3 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -9,8 +9,8 @@ def as_framework?
end
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz'
- md5 'f783444754861f9b33e9f4083bd97b60'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz'
+ md5 '17722b22141aba8235787f79800cc452'
end
class Python < Formula
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 1db52f29f..88df09e21 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -12,8 +12,8 @@ def as_framework?
end
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz'
- md5 'f783444754861f9b33e9f4083bd97b60'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz'
+ md5 '17722b22141aba8235787f79800cc452'
end
class Python3 < Formula