aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/stanford-parser.rb6
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