diff --git a/Formula/pypy.rb b/Formula/pypy.rb index b2986024c8c..0bd5a765b86 100644 --- a/Formula/pypy.rb +++ b/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/Formula/python.rb b/Formula/python.rb index 60616c4958d..53bbe2bae86 100644 --- a/Formula/python.rb +++ b/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/Formula/python3.rb b/Formula/python3.rb index eb8a6299587..bbacdb8f02b 100644 --- a/Formula/python3.rb +++ b/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