mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Signed-off-by: Liyuan Liu <liyuan.l@gmail.com> Replace the URL with a no-underscore version Revert "Replace the URL with a no-underscore version" This reverts commit 163371cb39fac80e365d80e4e129c6b0298c3eb4.
7 lines
214 B
Ruby
7 lines
214 B
Ruby
class Qq < Cask
|
|
url 'http://dl_dir.qq.com/qqfile/qq/QQforMac/QQ_V3.0.0.dmg'
|
|
homepage 'http://im.qq.com/macqq/index.shtml'
|
|
version '3.0.0'
|
|
sha1 '09d5d75758d356726e070df51c3649e2b93d7da4'
|
|
link 'QQ.app'
|
|
end
|