aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-09-03 18:59:06 -0700
committerMike McQuaid2012-09-03 18:59:29 -0700
commitbf6ae3235de1945588f359bd46d9ef03a2164e10 (patch)
tree1b5104ceabbe07b4a17894666abaa33f6ef0d836 /Library/Formula/python3.rb
parent5907702d3b48abcca65380551ca128ace8ee9bd0 (diff)
downloadhomebrew-bf6ae3235de1945588f359bd46d9ef03a2164e10.tar.bz2
Fix subformulae sha1s.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index f155d36e2..c350de465 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -8,13 +8,13 @@ require Formula.path("python") # For TkCheck requirement
class Distribute < Formula
url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
- sha1 '4c2d562a0681ba27bc920500050e2f08de224311'
+ sha1 '709bd97d46050d69865d4b588c7707768dfe6711'
end
# Recommended way of installing python modules (http://pypi.python.org/pypi)
class Pip < Formula
url 'http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz'
- sha1 '4c2d562a0681ba27bc920500050e2f08de224311'
+ sha1 '3b002db66890880ee776bbe199c3d326d8fe3d6f'
end
class Python3 < Formula