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-07-05 23:02:44 +08:00
version '1.5.1'
sha256 'd04ad25278fb1305df0261e7b826d26ab2ef844c9326c28db7f49317acfe60e8'
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-07-05 23:02:44 +08:00
:sha256 => '8cbbe867641dffe7b41babc9f39a0bc06fac2e608176c896a09c7e1fcb2bbd95'
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