homebrew-cask/Casks/qq.rb

27 lines
1.0 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qq' do
2017-01-05 01:39:32 +08:00
version '5.4.0'
sha256 'b5f3df23ec7b7db1ffcd15e22fc2f8a217c9a943c828b084c059d769d767b3c1'
2014-09-26 20:09:08 +08:00
url "http://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg"
2015-01-30 03:14:29 +08:00
name 'QQ'
2016-10-12 16:16:25 +08:00
homepage 'https://im.qq.com/macqq/'
2014-09-16 00:06:12 +08:00
app 'QQ.app'
2015-05-22 14:48:42 +08:00
uninstall quit: 'com.tencent.qq'
2015-05-22 14:48:42 +08:00
zap delete: [
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Application Scripts/com.tencent.qq',
'~/Library/Caches/com.tencent.qq',
'~/Library/Containers/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Containers/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Containers/com.tencent.qq',
'~/Library/Group Containers/FN2V63AD2J.com.tencent',
'~/Library/Preferences/com.tencent.qq.plist',
'~/Library/Saved Application State/com.tencent.qq.savedState',
'~/Library/WebKit/com.tencent.qq',
]
end