homebrew-cask/Casks/itools.rb

13 lines
338 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'itools' do
2015-09-22 09:55:00 +08:00
version '2.7.0'
sha256 'b05fdfd3820ffe3f35947cfb17e65a75cf17e1f6e57717f0eb5e05f4d951588b'
2015-01-18 06:48:23 +08:00
# itools.hk is the official download host per the vendor homepage
url "http://dl2.itools.hk/dl/iTools_#{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