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-09-20 00:24:34 +08:00
version '1.6.0'
sha256 '38034028316b9a9f5c0a51459a5af4e853acb7237bfa4ba38cc818c2578d1517'
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',
2015-09-20 00:24:34 +08:00
:sha256 => '61a0d703f0f0f0b76472870df97016a346e53f23e223ebb9ba02c5a0c2fc2980'
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