homebrew-cask/Casks/cashnotify.rb

29 lines
1.1 KiB
Ruby

cask 'cashnotify' do
version '3.1.1'
sha256 'dbd6514630f6746681cc8d51b7f3ded62076d3b4cdccf1531b02f2e65f425b5b'
url 'https://download.cashnotify.com/download/mac/'
appcast 'https://github.com/BaguetteEngineering/download.cashnotify.com/releases.atom'
name 'CashNotify'
homepage 'https://cashnotify.com/'
auto_updates true
app 'CashNotify.app'
uninstall launchctl: 'com.baguetteengineering.cashnotify.ShipIt',
quit: 'com.baguetteengineering.cashnotify',
login_item: 'CashNotify'
zap trash: [
'~/Library/Application Support/CashNotify',
'~/Library/Application Support/Caches/cashnotify-updater',
'~/Library/Caches/com.baguetteengineering.cashnotify',
'~/Library/Caches/com.baguetteengineering.cashnotify.ShipIt',
'~/Library/Logs/CashNotify',
'~/Library/Preferences/com.baguetteengineering.cashnotify.helper.plist',
'~/Library/Preferences/com.baguetteengineering.cashnotify.plist',
'~/Library/Saved Application State/com.baguetteengineering.cashnotify.savedState',
]
end