homebrew-cask/Casks/ibettercharge.rb

15 lines
630 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ibettercharge' do
version '1.0.10-1443542332'
sha256 'd4c3b410b77836ecc97bf6133e7109934c2d0a6b64349083d2c03b0280e21985'
# dl.devmate.com is the official download host per the appcast feed
url "https://dl.devmate.com/com.softorino.iBetterCharge/#{version.sub(%r{-.*$}, '')}/#{version.sub(%r{^.*?-}, '')}/iBetterCharge-#{version.sub(%r{-.*$}, '')}.zip"
2015-12-26 04:57:40 +08:00
appcast 'http://hook.softorino.com/ibc/appcast.xml',
:sha256 => 'ccfa0731f1d7861bf01427351e5758c3752e1816a5e55b02dad23c4323fcabfe'
2015-01-05 04:46:24 +08:00
name 'iBetterCharge'
2014-03-08 20:40:51 +08:00
homepage 'http://softorino.com/ibettercharge/'
2015-09-03 04:26:46 +08:00
license :gratis
2014-09-16 00:05:42 +08:00
app 'iBetterCharge.app'
2014-03-08 20:40:51 +08:00
end