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>
This commit is contained in:
parent
1a85209337
commit
55aa5afee3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue