homebrew-cask/Casks/gmail-notifr.rb

20 lines
775 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gmail-notifr' do
2014-09-09 14:07:24 +08:00
version '0.9.0'
sha256 '47ecf1edf08678e6a1c53cb5a3e39d5c6c5f63a9145fc7cbc7df2ebada42b662'
# s3.amazonaws.com/assets.ashchan.com/gmailnotifr was verified as official when first introduced to the cask
2014-09-26 20:08:56 +08:00
url "https://s3.amazonaws.com/assets.ashchan.com/gmailnotifr/GmailNotifr-#{version}.zip"
2014-10-15 23:43:50 +08:00
appcast 'https://s3.amazonaws.com/assets.ashchan.com/gmailnotifr/update.xml',
checkpoint: 'a2d9ba8f53b14a5545ee1d1a6c82c81fffde9df8b132cef7b122400344b053c3'
2015-04-07 21:15:09 +08:00
name 'Gmail Notifr'
2016-08-12 07:55:48 +08:00
homepage 'https://ashchan.com/projects/gmail-notifr'
license :mit
2014-09-16 00:05:38 +08:00
app 'Gmail Notifr.app'
2014-11-22 22:24:19 +08:00
zap delete: [
'~/Library/Preferences/com.ashchan.GmailNotifr.plist',
'~/Library/Caches/com.ashchan.GmailNotifr',
]
2012-03-11 06:20:23 +08:00
end