aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRamiro Jr. Franco2011-09-22 16:35:50 -0700
committerJack Nagel2011-09-22 19:24:47 -0500
commitca8adfd3e70543aedd6c2d7c8ff32f62a2bffc20 (patch)
tree0ad37d465406cfbe99cc4c7ba5b35ff0e517772a /Library/Formula
parentc76765b191f8c118f9770267c425b1f0c82cce98 (diff)
downloadhomebrew-ca8adfd3e70543aedd6c2d7c8ff32f62a2bffc20.tar.bz2
python3: update distribute md5
The package was re-uploaded, requiring a new checksum. Closes #7773. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 5e65373e7..1db52f29f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -13,7 +13,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 Python3 < Formula