homebrew-cask/Casks/qq.rb

11 lines
269 B
Ruby
Raw Normal View History

2014-11-14 01:26:45 +08:00
cask :v1 => 'qq' do
2014-12-08 20:18:56 +08:00
version '4.0.0'
sha256 'dff078f12e2cccc254c7a4f74f0f291d1168606616cdde443dd454603a2115cd'
2014-09-26 20:09:08 +08:00
url "http://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg"
homepage 'http://im.qq.com/macqq/index.shtml'
2014-12-08 20:18:56 +08:00
license :commercial
2014-09-16 00:06:12 +08:00
app 'QQ.app'
end