diff options
| author | Karan Lyons | 2014-07-17 14:45:00 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-17 15:14:11 -0700 |
| commit | 165588e6108178d9178ba25cf10d0ab628ecc379 (patch) | |
| tree | 8f91c3a52f3082e925508e6fbebb8e316ea3745e /Library | |
| parent | 00881d5f3028afa487888ee7ababcfa0f9cf8b55 (diff) | |
| download | homebrew-165588e6108178d9178ba25cf10d0ab628ecc379.tar.bz2 | |
stanford-parser 3.4
Closes #30918.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/stanford-parser.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index 562a6c96a..31f630e01 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-2014-01-04.zip' - sha1 'ea9fc165c7388b351445711b528511d653c182fe' - version '3.3.1' + url 'http://nlp.stanford.edu/software/stanford-parser-full-2014-06-16.zip' + sha1 'cde955fd17803e58b9bffd83983748ef57e7862d' + version '3.4' def install libexec.install Dir['*'] |
