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
2015-04-08 22:51:16 +08:00
version '2.6.7.1706'
sha256 '974de57f80e110f1a2001b7bf0b2e60edc28fd6a2234f8f2574ea49c8c6598ff'
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