From d1a9605223f08184abce873f9024d12e25322754 Mon Sep 17 00:00:00 2001 From: Philipp Jetschina Date: Fri, 8 Sep 2023 12:44:14 +0200 Subject: [PATCH 1/2] languagetool 1.5.4 --- Casks/l/languagetool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/l/languagetool.rb b/Casks/l/languagetool.rb index c64f6e57cd..bc3431dda0 100644 --- a/Casks/l/languagetool.rb +++ b/Casks/l/languagetool.rb @@ -1,6 +1,6 @@ cask "languagetool" do - version "1.5.3" - sha256 "b3a05eca5d36d9de958cba68ad12dc528f88730cf0b4a993ca013be95f4ee750" + version "1.5.4" + sha256 "f272c787f625f07760aab5f48413da58f2215c7e2671c46dca82659d199fe942" url "https://languagetool.org/download/mac-app/LanguageToolDesktop-#{version}.dmg" name "LanguageTool for Desktop" From 4d9fe43fd2bab7b78d7c6c00a031d970622a591e Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:09:15 -0400 Subject: [PATCH 2/2] languagetool: update livecheck --- Casks/l/languagetool.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Casks/l/languagetool.rb b/Casks/l/languagetool.rb index bc3431dda0..0e249e6b78 100644 --- a/Casks/l/languagetool.rb +++ b/Casks/l/languagetool.rb @@ -7,9 +7,13 @@ cask "languagetool" do desc "Grammar, spelling and style suggestions in all the writing apps" homepage "https://languagetool.org/" + # Older items in the Sparkle feed may have a newer pubDate, so it's necessary + # to work with all of the items in the feed (not just the newest one). livecheck do url "https://languagetool.org/download/mac-app/appcast.xml" - strategy :sparkle, &:short_version + strategy :sparkle do |items| + items.map(&:short_version) + end end depends_on macos: ">= :big_sur"