From cc9e7b46e58c1f3abd2910dfd4dd6750003dd834 Mon Sep 17 00:00:00 2001 From: Danny Nemer Date: Wed, 2 Apr 2014 14:28:02 -0500 Subject: stanford-parser 3.3.1 Closes #28087. Signed-off-by: Mike McQuaid --- Library/Formula/stanford-parser.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index 06f954948..562a6c96a 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-full-2013-06-20.zip' - sha1 'd22f3350b608e905e432b9278a5fa85c380cac30' - version '3.2.0' + url 'http://nlp.stanford.edu/software/stanford-parser-full-2014-01-04.zip' + sha1 'ea9fc165c7388b351445711b528511d653c182fe' + version '3.3.1' def install libexec.install Dir['*'] -- cgit v1.2.3