homebrew-cask/Casks/intensify-pro.rb

15 lines
585 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'intensify-pro' do
2016-01-08 06:30:14 +08:00
version '1.2.2_867'
sha256 '6f259029ea928f92efdafe98706d341bd6418d8195374183758ab4cbc6a665c5'
2014-10-18 02:05:53 +08:00
2016-01-08 06:30:14 +08:00
# amazonaws.com is the official download host per the appcast feed
url "http://creativekit.s3.amazonaws.com/IntensifyCK/IntensifyCK_Distribution_v#{version.dots_to_underscores}.zip"
2015-05-25 03:37:58 +08:00
appcast 'http://cdn.macphun.com/updates/IntensifyPro/appcast.xml',
2016-01-08 06:30:14 +08:00
:sha256 => '70bf0d5286ced8a50518463ad7580371f86360767feeaf94a694b73632da7049'
name 'Intensify Pro'
homepage 'https://macphun.com/intensify'
2014-10-18 02:05:53 +08:00
license :commercial
app 'Intensify Pro.app'
end