Files
homebrew-cask/Casks/q/qqlive.rb
2023-11-27 12:12:41 -05:00

32 lines
903 B
Ruby

cask "qqlive" do
version "2.83.3.53955"
sha256 "695336c652b9c5375e1ef46efb57aea45acb35917ceb47f4bb815ce52eba6b98"
url "https://dldir1.qq.com/qqtv/mac/TencentVideo#{version}.dmg"
name "QQLive"
name "TencentVideo"
name "腾讯视频"
desc "Tencent video streaming and sharing platform"
homepage "https://v.qq.com/download.html#mac"
livecheck do
url :homepage
regex(%r{href=.*/TencentVideo(\d+(?:\.\d+)+)\.dmg}i)
end
auto_updates true
depends_on macos: ">= :el_capitan"
app "QQLive.app"
zap trash: [
"~/Library/Caches/com.tencent.tenvideo",
"~/Library/Containers/com.tencent.tenvideo",
"~/Library/Cookies/com.tencent.tenvideo.binarycookies",
"~/Library/Logs/QQLive",
"~/Library/Preferences/com.tencent.tenvideo.plist",
"~/Library/Saved Application State/com.tencent.tenvideo.savedState",
"~/Library/WebKit/com.tencent.tenvideo",
]
end