homebrew-cask/Casks/clarify.rb

14 lines
496 B
Ruby
Raw Normal View History

2014-11-14 01:25:34 +08:00
cask :v1 => 'clarify' do
2015-07-25 02:17:00 +08:00
version '2.0.5r4'
sha256 '454bff1e655bd8aee1c5bcb3c85339b2d09a386637b1cdb0246ab849c6283654'
2015-07-25 02:17:00 +08:00
url "http://files.clarify-it.com/v2/updaters/#{version}/Clarify.app.zip"
2015-03-25 11:11:15 +08:00
name 'Clarify'
2015-05-23 01:20:08 +08:00
appcast 'http://www.bluemangolearning.com/download/clarify/2_0/auto_update/release/clarify_appcast.xml',
:sha256 => '4e03cb35a628946e3ea21ba547be2488f792f74364198d365f8f69d9ce4c93cb'
homepage 'http://www.clarify-it.com/'
license :commercial
2014-09-16 00:05:23 +08:00
app 'Clarify.app'
2013-05-02 23:07:41 +08:00
end