homebrew-cask/Casks/doitim.rb

14 lines
408 B
Ruby
Raw Normal View History

2014-11-26 00:52:07 +08:00
cask :v1 => 'doitim' do
2015-09-18 00:31:35 +08:00
version '4.2.3'
sha256 'd9cc46729385cf94f7fc653e7e425baa33f3a7c193bfe386255b4afc88e685eb'
2014-11-26 00:52:07 +08:00
2015-09-18 00:31:35 +08:00
url "http://version.doit.im/dl/doit.im.#{version}.zip"
2015-01-06 10:15:10 +08:00
name 'Doit.im'
2015-05-24 00:23:58 +08:00
appcast 'http://version.doit.im/mac/update.xml',
2015-09-18 00:31:35 +08:00
:sha256 => '77ffb114e798daded7492f6ef651a45e61f265b88918b519265014210f2f214f'
2014-11-26 00:52:07 +08:00
homepage 'http://doit.im/'
license :commercial
app 'Doit.im.app'
end