aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
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