mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
251 B
Ruby
7 lines
251 B
Ruby
class Qqbrowser < Cask
|
|
url 'http://dl_dir.qq.com/invc/tt/QQBrowser_1.5.0.2311.dmg'
|
|
homepage 'http://browser.qq.com/mac/'
|
|
version '1.5.0.2311'
|
|
sha256 '4bfab3e47edf8b47b81f8961c694c67168f23f6f18fd2d224e5f97a6eda4eba3'
|
|
link 'QQBrowser.app'
|
|
end
|