homebrew-cask/Casks/itools.rb

13 lines
340 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'itools' do
2016-02-03 14:08:50 +08:00
version '2.8.6'
sha256 '928a154c60a01a13c79273007a15403e7c0db50d40afb73e7691b7016c85ce6e'
2015-01-18 06:48:23 +08:00
# itools.hk is the official download host per the vendor homepage
2016-02-03 14:08:50 +08:00
url "http://dl2.itools.hk/dl/iTools64_#{version}.dmg"
2015-01-05 00:02:03 +08:00
name 'iTools'
homepage 'http://pro.itools.cn/mac/english'
license :gratis
2014-09-16 00:05:46 +08:00
app 'iTools.app'
end