homebrew-cask/Casks/clashx.rb

20 lines
549 B
Ruby

cask 'clashx' do
version '1.9.6'
sha256 '832058eaecf64bce1efde1f50ed89dd2c2ab89381f6ecf526dbe646078fb1f61'
url "https://github.com/yichengchen/clashX/releases/download/#{version}/ClashX.dmg"
appcast 'https://github.com/yichengchen/clashX/releases.atom'
name 'ClashX'
homepage 'https://github.com/yichengchen/clashX'
auto_updates true
app 'ClashX.app'
zap trash: [
'~/Library/Preferences/com.west2online.ClashX.plist',
'~/Library/Logs/ClashX',
'~/.config/clash/',
]
end