homebrew-cask/Casks/itools.rb

13 lines
435 B
Ruby
Raw Normal View History

2014-11-14 01:26:08 +08:00
cask :v1 => 'itools' do
2015-01-25 17:37:47 +08:00
version '2.4.5'
sha256 'fb73ea017f07bcc1ab0f8cb872ac5eb896c275e417b0118af433e2a00c9b8061'
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'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:46 +08:00
app 'iTools.app'
end