homebrew-cask/Casks/hbuilder.rb

13 lines
378 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hbuilder' do
2014-09-17 19:42:47 +08:00
version :latest
2014-08-27 10:54:35 +08:00
sha256 :no_check
2015-01-18 03:59:46 +08:00
# net.cn is the official download host per the vendor homepage
2014-08-27 10:54:35 +08:00
url 'http://download.dcloud.net.cn/HBuilder.macosx.zip'
2015-04-03 06:06:59 +08:00
name 'HBuilder'
2014-08-27 10:54:35 +08:00
homepage 'http://dcloud.io/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-27 10:54:35 +08:00
2014-09-16 00:05:40 +08:00
app 'HBuilder.app'
2014-08-27 10:54:35 +08:00
end