stanford-parser: Fix SHA1 Mismatch
Fixes SHA1 Mismatch for stanford-parser. Upstream silently updated. Closes Homebrew/homebrew#14927. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b61b82ed24
commit
10bade0496
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class StanfordParser < Formula
|
||||
homepage 'http://nlp.stanford.edu/software/lex-parser.shtml'
|
||||
url 'http://nlp.stanford.edu/software/stanford-parser-2012-07-09.tgz'
|
||||
sha1 'd5c0ea5f974d0e2776321b1aaab85647c908dd51'
|
||||
sha1 '1d67ec99f473b59600e5698083ce518ada4dd1b2'
|
||||
version '2.0.3'
|
||||
|
||||
def shim_script target_script
|
||||
|
|
Loading…
Reference in a new issue