homebrew-cask/Casks/gmail-notifr.rb

14 lines
558 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'gmail-notifr' do
2014-09-09 14:07:24 +08:00
version '0.9.0'
sha256 '47ecf1edf08678e6a1c53cb5a3e39d5c6c5f63a9145fc7cbc7df2ebada42b662'
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',
:sha256 => '20876c0cef8d54463a5189948259e7ad268a28424b96e7fa2fbad860b0ec9554'
2012-03-11 06:20:23 +08:00
homepage 'http://ashchan.com/projects/gmail-notifr'
2014-10-01 23:32:58 +08:00
license :unknown
2014-09-16 00:05:38 +08:00
app 'Gmail Notifr.app'
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/com.ashchan.GmailNotifr.plist'
2012-03-11 06:20:23 +08:00
end