From 7dadb80d1336649e189c5f268eaaf89d410601a8 Mon Sep 17 00:00:00 2001 From: David James Date: Tue, 10 Jul 2012 01:11:54 -0500 Subject: stanford-parser 2.0.3 Signed-off-by: Adam Vandenberg --- Library/Formula/stanford-parser.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index 0c1cead47..a45d59292 100644 --- a/Library/Formula/stanford-parser.rb +++ b/Library/Formula/stanford-parser.rb @@ -2,9 +2,9 @@ require 'formula' class StanfordParser < Formula homepage 'http://nlp.stanford.edu/software/lex-parser.shtml' - url 'http://nlp.stanford.edu/software/stanford-parser-2012-02-03.tgz' - md5 'ebb6c7362b02c8b17832854421d6bb49' - version '2.0' + url 'http://nlp.stanford.edu/software/stanford-parser-2012-07-09.tgz' + sha1 'd5c0ea5f974d0e2776321b1aaab85647c908dd51' + version '2.0.3' def shim_script target_script <<-EOS.undent -- cgit v1.2.3