diff options
| author | Richard West | 2011-09-22 15:49:05 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-09-22 19:23:21 -0500 |
| commit | c76765b191f8c118f9770267c425b1f0c82cce98 (patch) | |
| tree | 8edcb2ae7651b9b52010b35ab31c406545e536c6 /Library/Formula/python.rb | |
| parent | d621c8d980a4463f2d94bfd661f76e659533f94b (diff) | |
| download | homebrew-c76765b191f8c118f9770267c425b1f0c82cce98.tar.bz2 | |
python: update distribute md5
http://pypi.python.org/packages/source/d/distribute/
Closes #7765.
Closes #7768.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 57bd1cc03..926cbb1d9 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -10,7 +10,7 @@ end class Distribute < Formula url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz' - md5 'c8cfcfd42ec9ab900fb3960a3308eef2' + md5 'f783444754861f9b33e9f4083bd97b60' end class Python < Formula |
