mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
The short URL is used due to its long version being considered invalid by Ruby's stdlib. See discussion on the pull request. Closes #933. Signed-off-by: Félix Saparelli <felix@passcod.name>
7 lines
237 B
Ruby
7 lines
237 B
Ruby
class Qqbrowser < Cask
|
|
url 'http://url.cn/0Q7Ev1' # Refer to #933 regarding usage of shortener
|
|
homepage 'http://browser.qq.com/mac/'
|
|
version '1.5.0.2311'
|
|
sha1 '0b390037a045e0ea6b0105d2ace1c40f854106ac'
|
|
link 'QQBrowser.app'
|
|
end
|