Distribute 0.6.40

Closes Homebrew/homebrew#19847.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Mike Goodspeed 2013-05-15 14:53:03 -05:00 committed by Jack Nagel
parent 26224c5dae
commit 673b9c1191
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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