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 8c1aac2e6..8764ba2b3 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.26.tar.gz'
- md5 '841f4262a70107f85260362f5def8206'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz'
+ md5 'ecd75ea629fee6d59d26f88c39b2d291'
end
class Python3 < Formula