aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Holm2014-09-21 17:37:58 +0200
committerJack Nagel2014-09-21 13:46:26 -0500
commit5595ed569fdb8a9a75b9029f636a91b686d85e75 (patch)
tree0a08e6d26cbac71cc7681a9486e0f447ff1e664d /Library
parent00863944fe5c03b55cb60c3ceda0cbfa31074e27 (diff)
downloadhomebrew-5595ed569fdb8a9a75b9029f636a91b686d85e75.tar.bz2
languagetool 2.6
Closes #32483. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/languagetool.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/languagetool.rb b/Library/Formula/languagetool.rb
index e240c6893..cd87fdccf 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 'https://www.languagetool.org/download/LanguageTool-2.4.1.zip'
- sha1 '47ca4ee2da377450056eb386a2b88e4a077a94a5'
+ url 'https://www.languagetool.org/download/LanguageTool-2.6.zip'
+ sha1 "bb9f1fe968aab655c22c94691013766bf0607936"
def server_script server_jar; <<-EOS.undent
#!/bin/bash
@@ -15,6 +15,6 @@ class Languagetool < Formula
libexec.install Dir["*"]
bin.write_jar_script libexec/'languagetool-commandline.jar', 'languagetool'
(bin+'languagetool-server').write server_script(libexec/'languagetool-server.jar')
- bin.write_jar_script libexec/'languagetool-standalone.jar', 'languagetool-gui'
+ bin.write_jar_script libexec/'languagetool.jar', 'languagetool-gui'
end
end