From 3c5ca25cad4a19b72006dffe1c782a58f4e8154b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 3 Sep 2012 11:33:56 -0700 Subject: Batch convert MD5 formula to SHA1. Closes #14653. --- Library/Formula/python3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 5b18354f5..f155d36e2 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -8,19 +8,19 @@ 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' - md5 'b400b532e33f78551e6847c1f5965e56' + sha1 '4c2d562a0681ba27bc920500050e2f08de224311' 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' - md5 '62a9f08dd5dc69d76734568a6c040508' + sha1 '4c2d562a0681ba27bc920500050e2f08de224311' end class Python3 < Formula homepage 'http://www.python.org/' url 'http://python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2' - md5 'cea34079aeb2e21e7b60ee82a0ac286b' + sha1 '4c2d562a0681ba27bc920500050e2f08de224311' depends_on TkCheck.new depends_on 'pkg-config' => :build -- cgit v1.2.3