homebrew-cask/Casks/gmail-notifr.rb

12 lines
439 B
Ruby
Raw Normal View History

2012-03-11 06:20:23 +08:00
class GmailNotifr < Cask
2014-09-09 14:07:24 +08:00
version '0.9.0'
sha256 '47ecf1edf08678e6a1c53cb5a3e39d5c6c5f63a9145fc7cbc7df2ebada42b662'
2014-09-09 14:07:24 +08:00
url 'https://s3.amazonaws.com/assets.ashchan.com/gmailnotifr/GmailNotifr-0.9.0.zip'
2014-06-12 03:55:39 +08:00
appcast 'https://s3.amazonaws.com/assets.ashchan.com/gmailnotifr/update.xml'
2012-03-11 06:20:23 +08:00
homepage 'http://ashchan.com/projects/gmail-notifr'
2014-09-16 00:05:38 +08:00
app 'Gmail Notifr.app'
zap :files => '~/Library/Preferences/com.ashchan.GmailNotifr.plist'
2012-03-11 06:20:23 +08:00
end