homebrew-cask/Casks/idocument-plus.rb

14 lines
471 B
Ruby
Raw Normal View History

2014-11-14 01:26:04 +08:00
cask :v1 => 'idocument-plus' do
version '2.7'
sha256 'a3ec0e2ada87b7795f1d7bc1b12610a800c2ce6b4442d07e7e24703c8f34a1e2'
# amazonaws.com is the official download host per the appcast feed
url "https://s3.amazonaws.com/IcyBlaze-iDocument#{version.to_i}/Download/idocument_plus_#{version}.dmg"
appcast 'http://t.icyblaze.com/idplusc4ud'
2015-04-03 06:12:20 +08:00
name 'iDocument Plus'
homepage 'http://www.icyblaze.com/idocument/'
2015-09-05 00:38:56 +08:00
license :commercial
2014-09-16 00:05:43 +08:00
app 'iDocument Plus.app'
end