add gInbox

rm comment

Fix reviews

Fix wquotes & Add new lines
This commit is contained in:
tkcfjips 2015-08-21 07:04:47 +09:00 committed by Victor Popkov
parent 0723703da5
commit f24b139d13
1 changed files with 15 additions and 0 deletions

15
Casks/gInbox.rb Normal file
View File

@ -0,0 +1,15 @@
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 => '>= :lion'
app 'Inbox by Google.app'
end