From bf6ae3235de1945588f359bd46d9ef03a2164e10 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 3 Sep 2012 18:59:06 -0700 Subject: Fix subformulae sha1s. --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3