diff options
| author | David James | 2012-07-10 01:11:54 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-10 06:51:38 -0700 |
| commit | 7dadb80d1336649e189c5f268eaaf89d410601a8 (patch) | |
| tree | 770a033e53b81fd1a1cca61438327a417ef1297a /Library/Formula | |
| parent | 92c6770f65f56f1255f9103fe476a58984370daa (diff) | |
| download | homebrew-7dadb80d1336649e189c5f268eaaf89d410601a8.tar.bz2 | |
stanford-parser 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 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 |
