homebrew-cask/Casks/gmail-notifier.rb

11 lines
342 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'gmail-notifier' do
2014-05-10 18:50:00 +08:00
version '2.0.1'
sha256 '6d91b6b0e00041cde61a267c484f6f004330a96dfd608a61f7954f5b7abdd66e'
2014-09-26 20:08:56 +08:00
url "https://github.com/jashephe/Gmail-Notifier/releases/download/v#{version}/Gmail.Notifier.v#{version}.zip"
homepage 'https://github.com/jashephe/Gmail-Notifier'
2014-10-01 23:32:58 +08:00
license :oss
2014-09-16 00:05:38 +08:00
app 'Gmail Notifier.app'
2014-05-10 18:50:00 +08:00
end