homebrew-cask/Casks/ginbox.rb

16 lines
458 B
Ruby

cask :v1 => 'ginbox' do
version '0.2.3c'
sha256 '15c60b91e2e067dd7ec7134c0ae7f806997bc38076cebda6513d065fbf67aa62'
url "https://github.com/chenasraf/gInbox/releases/download/#{version}/gInbox-#{version}.zip"
appcast 'https://github.com/chenasraf/gInbox/releases.atom'
name 'gInbox'
name 'Inbox by Google'
homepage 'https://github.com/chenasraf/gInbox'
license :apache
depends_on :macos => '>= :mavericks'
app 'Inbox by Google.app'
end