homebrew-cask/Casks/google-notifier.rb

13 lines
473 B
Ruby
Raw Normal View History

2014-11-14 01:25:58 +08:00
cask :v1 => 'google-notifier' do
2012-09-02 12:18:53 +08:00
version '1.10.7'
sha256 '055775cb02773e4ec0e133111c7720134d32bb8d3a1f747231dc0c7d4078f5f7'
2014-09-26 20:08:56 +08:00
url "https://dl.google.com/mac/download/GoogleNotifier_#{version}.dmg"
2015-01-12 02:49:58 +08:00
name 'Google Notifier'
homepage 'http://toolbar.google.com/gmail-helper/notifier_mac.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-01-12 02:49:58 +08:00
tags :vendor => 'Google'
2014-09-16 00:05:39 +08:00
app 'Google Notifier.app'
2012-09-02 12:18:53 +08:00
end