diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/languagetool.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/languagetool.rb b/Library/Formula/languagetool.rb index 35a6fb8c0..72a268629 100644 --- a/Library/Formula/languagetool.rb +++ b/Library/Formula/languagetool.rb @@ -2,8 +2,8 @@ require 'formula' class Languagetool < Formula homepage 'http://www.languagetool.org/' - url 'http://www.languagetool.org/download/LanguageTool-2.2.zip' - sha1 '7df7e702cbc97da228f1ba0fd648a6e8f3fc3610' + url 'http://www.languagetool.org/download/LanguageTool-2.3.zip' + sha1 '0d1d28359bcf78ed07263d63a8e5dab35c6faf07' def server_script server_jar; <<-EOS.undent #!/bin/bash |
