homebrew-cask/Casks/clashx.rb

20 lines
550 B
Ruby

cask 'clashx' do
version '1.9.11'
sha256 '56f798f97ca08dcbf1c62fb56cf1a076b3a21f225e50c3d3c3da8fcd527d712b'
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