Fix SHA1 of distribute in pypy formula

The SHA1 added in commit 3c5ca25c in the batch conversion from MD5 to SHA1
(see Homebrew/homebrew#14653) did not match the tarball's SHA1 checksum.

Closes Homebrew/homebrew#14762.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Stein Magnus Jodal 2012-09-06 15:17:09 +02:00 committed by Adam Vandenberg
parent 1a85209337
commit 55aa5afee3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'formula'
class Distribute < Formula
url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz'
sha1 '825e15724419fbdb6fe215eeea044f9181883c90'
sha1 '709bd97d46050d69865d4b588c7707768dfe6711'
end
class Pypy < Formula