homebrew-cask/Casks/clashx.rb

20 lines
550 B
Ruby

cask 'clashx' do
version '1.10.9'
sha256 'fc9a49c96d3acf5d97b66b5354f05b92e91ffa81f7a8fa7ce06f8af9b05bc698'
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