homebrew-cask/Casks/weiyun.rb

20 lines
665 B
Ruby

cask 'weiyun' do
version '3.0.3.396_465df4'
sha256 '65f3996fea7da1c80a0abd433a3f109b3985d5143e67ed9aa79b0ac54e9e0055'
# dldir1.qq.com/weiyun was verified as official when first introduced to the cask
url "https://dldir1.qq.com/weiyun/Weiyun_Mac_#{version}.dmg"
appcast 'https://qzonestyle.gtimg.cn/qzone/qzactStatics/configSystem/data/65/config1.js'
name 'weiyun'
homepage 'https://www.weiyun.com/'
app 'Weiyun.app'
uninstall quit: 'com.tencent.MacWeiyun'
zap trash: [
'~/Library/Preferences/com.tencent.MacWeiyun.plist',
'~/Library/Saved Application State/com.tencent.MacWeiyun.savedState',
]
end