homebrew-cask/Casks/gitify.rb

25 lines
756 B
Ruby

cask "gitify" do
version "3.1.3"
sha256 "815d12089a2a3ddb337175dce65d456e79b55fce4d1c26cf9d262135b52d45c5"
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