homebrew-cask/Casks/g/grammarly-desktop.rb

26 lines
730 B
Ruby

cask "grammarly-desktop" do
version "1.35.0.1"
sha256 "53b77df75f153a300ac42553fb8c32c791ab01024c6108da06b0fe51d4429b53"
url "https://download-mac.grammarly.com/versions/#{version}/Grammarly.dmg"
name "Grammarly Desktop"
desc "Grammarly for desktop"
homepage "https://www.grammarly.com/desktop"
livecheck do
url "https://download-mac.grammarly.com/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :sierra"
app "Grammarly Installer.app", target: "Grammarly Desktop.app"
zap trash: [
"~/Library/Application Support/com.grammarly.ProjectLlama",
"~/Library/Caches/com.grammarly.ProjectLlama",
"~/Library/Preferences/com.grammarly.ProjectLlama.plist",
]
end