homebrew-cask/Casks/hsang.rb

15 lines
569 B
Ruby
Raw Normal View History

2014-11-14 01:26:02 +08:00
cask :v1 => 'hsang' do
2015-01-09 16:25:17 +08:00
version '1.3.0'
sha256 '2471b4593b61afbc06d09011d556e230f90a62fb55bcffda0e30d2dbae329273'
2014-08-08 23:19:28 +08:00
2015-01-18 04:04:13 +08:00
# netease.com is the official download host per the vendor homepage
2014-08-12 00:17:19 +08:00
url "http://nie.gdl.netease.com/lushi/HSAng_#{version}.dmg"
2015-05-09 03:48:07 +08:00
name 'HSAng'
2015-05-30 00:47:02 +08:00
appcast 'http://lushi.163.com/mac.xml',
:sha256 => '0d4e71b5376ec785f85e9abe19fc60172280dd9030ea576db969af5014b6f7ce'
2014-08-08 23:19:28 +08:00
homepage 'http://lushi.163.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-08 23:19:28 +08:00
2014-09-16 00:05:42 +08:00
app 'HSAng.app'
2014-08-08 23:19:28 +08:00
end