homebrew-cask/Casks/thunder.rb

14 lines
469 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'thunder' do
2014-10-01 20:38:19 +08:00
version '2.6.6.1684'
sha256 'ae19d8fd03d10a20c10ac82071b6f65e8d371cc5fe91cd3a062e7bad370b7772'
2015-01-19 10:36:57 +08:00
# sandai.net is the official download host per the vendor homepage
2014-09-26 20:09:15 +08:00
url "http://down.sandai.net/mac/thunder_dl#{version}_Beta.dmg"
2015-01-06 10:59:26 +08:00
name '迅雷'
name 'Thunder'
homepage 'http://mac.xunlei.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:29 +08:00
app 'Thunder.app'
2013-08-13 17:12:36 +08:00
end