homebrew-cask/Casks/gitify.rb

25 lines
756 B
Ruby

cask "gitify" do
version "3.1.0"
sha256 "aed7faa0d4af4dd6bb0c3dcf316dd5e42a4c5ae5e76b14634174487ae56ea757"
url "https://github.com/manosim/gitify/releases/download/v#{version}/Gitify-#{version}-mac.zip"
appcast "https://github.com/manosim/gitify/releases.atom"
name "Gitify"
desc "App that shows GitHub notifications on the desktop"
homepage "https://github.com/manosim/gitify"
app "Gitify.app"
uninstall quit: [
"com.electron.gitify",
"com.electron.gitify.helper",
]
zap trash: [
"~/Library/Application Support/gitify",
"~/Library/Preferences/com.electron.gitify.helper.plist",
"~/Library/Preferences/com.electron.gitify.plist",
"~/Library/Saved Application State/com.electron.gitify.savedState",
]
end