aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDanny Nemer2014-04-02 14:28:02 -0500
committerMike McQuaid2014-04-02 23:14:24 +0100
commitcc9e7b46e58c1f3abd2910dfd4dd6750003dd834 (patch)
tree955ff15f2287e05563319d789bbc6e3ef76e826e /Library/Formula
parent3c1097f461c73534943d21b904d4b49e392188ae (diff)
downloadhomebrew-cc9e7b46e58c1f3abd2910dfd4dd6750003dd834.tar.bz2
stanford-parser 3.3.1
Closes #28087. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 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['*']