homebrew-cask/Casks/clashx.rb

19 lines
514 B
Ruby

cask 'clashx' do
version '1.8.2'
sha256 'e8a87106f3c95a79f911beed11edd5ca0be18e38f54a78426392eb6d219940f0'
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',
]
end