homebrew-cask/Casks/clashx.rb

20 lines
550 B
Ruby

cask 'clashx' do
version '1.10.0'
sha256 'b91fbb633f18456f3258efcb10f59c5d1c7cb8aaf547a7641bd47fe8fbc00866'
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