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

26 lines
730 B
Ruby

cask "grammarly-desktop" do
version "1.73.3.0"
sha256 "7a70d66a5ea19d9a0e7bc68bdf77db0fcdc6e330f21d3f779705dca237d35267"
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