aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike Goodspeed2013-05-15 14:53:03 -0500
committerJack Nagel2013-05-15 20:41:16 -0500
commit280581de1e89a95492dc3ab5dbbbc64cd2a18556 (patch)
tree807ac09a073b345da99e766c3c9f630765e74274 /Library
parent6bc59e1ea5f3cbec2b339a6ef1fb5c796422f1f7 (diff)
downloadhomebrew-280581de1e89a95492dc3ab5dbbbc64cd2a18556.tar.bz2
Distribute 0.6.40
Closes #19847. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy.rb4
-rw-r--r--Library/Formula/python.rb4
-rw-r--r--Library/Formula/python3.rb4
3 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index b2986024c..0bd5a765b 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -1,8 +1,8 @@
require 'formula'
class Distribute < Formula
- url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz'
- sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+ url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz'
+ sha1 '46654be10177014bbb502a4c516627173de67d15'
end
class Pypy < Formula
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 60616c495..53bbe2bae 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -1,8 +1,8 @@
require 'formula'
class Distribute < Formula
- url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz'
- sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+ url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz'
+ sha1 '46654be10177014bbb502a4c516627173de67d15'
end
class Pip < Formula
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index eb8a62995..bbacdb8f0 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -6,8 +6,8 @@ require 'formula'
# `brew install python`.
class Distribute < Formula
- url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz'
- sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+ url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz'
+ sha1 '46654be10177014bbb502a4c516627173de67d15'
end
class Pip < Formula