homebrew-cask/Casks/gitify.rb

25 lines
756 B
Ruby

cask "gitify" do
version "4.1.0"
sha256 "f6753228a8226b353018c96ff861177bd631313a51bd898af5a7688acf23ced3"
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