aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 ec19c610a..65b581480 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -16,8 +16,8 @@ class TkCheck < Requirement
end
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
- sha1 '709bd97d46050d69865d4b588c7707768dfe6711'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz'
+ sha1 '40dfce237883d1c02817f726128f61614dc686ff'
end
class Pip < Formula
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 9f1b3f2cf..d903722a7 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -7,8 +7,8 @@ require Formula.path("python") # For TkCheck requirement
# `brew install python`.
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
- sha1 '709bd97d46050d69865d4b588c7707768dfe6711'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz'
+ sha1 '40dfce237883d1c02817f726128f61614dc686ff'
end
class Pip < Formula