homebrew-cask/Casks/g/gitify.rb

24 lines
712 B
Ruby

cask "gitify" do
version "4.4.0"
sha256 "5829ff0fc45aaf48468c7713650f3d178924edf6f736e304ba2acf97693c78c7"
url "https://github.com/gitify-app/gitify/releases/download/v#{version}/Gitify-#{version}-universal-mac.zip"
name "Gitify"
desc "App that shows GitHub notifications on the desktop"
homepage "https://github.com/gitify-app/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