Skip to content

Commit

Permalink
Merge pull request #154681 from piijai/bump-languagetool-1.5.4
Browse files Browse the repository at this point in the history
languagetool 1.5.4
  • Loading branch information
razvanazamfirei authored Sep 11, 2023
2 parents 40c3f04 + 4d9fe43 commit 38fbb71
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Casks/l/languagetool.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
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"
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"
Expand Down

0 comments on commit 38fbb71

Please sign in to comment.