homebrew-cask/Casks/kuaipan.rb

14 lines
489 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'kuaipan' do
2015-01-18 08:39:41 +08:00
version '4.8'
sha256 '300a1381de0ca32be3bf0ac4a6e98ad5e62f94db15eb564be83836fe161bdcb6'
2015-01-18 08:39:41 +08:00
# sandai.net is the official download host per the vendor homepage
url "http://m.down.sandai.net/kuaipan/static/mac_client/Kuaipan#{version}.dmg"
name '金山快盘'
name 'KuaiPan'
homepage 'http://www.kuaipan.cn/d/mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:49 +08:00
app 'kuaipan.app'
2014-02-23 16:14:05 +08:00
end