homebrew-cask/Casks/qqlive.rb

26 lines
865 B
Ruby

cask 'qqlive' do
version '2.15.0.50902'
sha256 'f7fc453a1d131fe22d93ff3d089dc46f9450bd21e233e28278a0863058893af6'
url "https://dldir1.qq.com/qqtv/mac/TencentVideo_V#{version}.dmg"
appcast 'https://v.qq.com/download.html#mac'
name 'QQLive'
name '腾讯视频'
homepage 'https://v.qq.com/download.html#mac'
auto_updates true
depends_on macos: '>= :yosemite'
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