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 a521a014d..40e5d803b 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.27.tar.gz'
- md5 'ecd75ea629fee6d59d26f88c39b2d291'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
+ md5 'b400b532e33f78551e6847c1f5965e56'
end
class Python3 < Formula