homebrew-cask/Casks/qqlive.rb

25 lines
817 B
Ruby
Raw Normal View History

2017-05-27 14:23:59 +08:00
cask 'qqlive' do
2017-12-15 07:24:49 +08:00
version '1.3.0.30662'
sha256 'd78bee2625bc4fb23c5914fd32952b6ba71fcb8d0250e62697eb1520f00ee15f'
2017-05-27 14:23:59 +08:00
url "https://dldir1.qq.com/qqtv/mac/TencentVideo_V#{version}.dmg"
2017-05-27 14:23:59 +08:00
name 'QQLive'
name '腾讯视频'
homepage 'https://v.qq.com/download.html#mac'
auto_updates true
depends_on macos: '>= :yosemite'
2017-05-27 14:23:59 +08:00
app 'QQLive.app'
2017-11-18 17:56:26 +08:00
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',
]
2017-05-27 14:23:59 +08:00
end