From ff603f1ca8666adde7ac1c6bf4ed85f2128c83c8 Mon Sep 17 00:00:00 2001 From: Kyle Marek-Spartz Date: Thu, 13 Sep 2012 20:29:06 -0500 Subject: stanford-parser: Fix SHA1 Mismatch Fixes SHA1 Mismatch for stanford-parser. Upstream silently updated. Closes #14927. Signed-off-by: Adam Vandenberg --- Library/Formula/stanford-parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index a45d59292..b4c43c30e 100644 --- a/Library/Formula/stanford-parser.rb +++ b/Library/Formula/stanford-parser.rb @@ -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 -- cgit v1.2.3