homebrew-cask/Casks/gmail-notifier.rb

10 lines
322 B
Ruby
Raw Normal View History

2014-05-10 18:50:00 +08:00
class GmailNotifier < Cask
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-09-16 00:05:38 +08:00
app 'Gmail Notifier.app'
2014-05-10 18:50:00 +08:00
end