homebrew-cask/Casks/clashx.rb

19 lines
514 B
Ruby
Raw Normal View History

2018-10-06 04:47:27 +08:00
cask 'clashx' do
2019-01-02 04:54:21 +08:00
version '1.8.2'
sha256 'e8a87106f3c95a79f911beed11edd5ca0be18e38f54a78426392eb6d219940f0'
2018-10-06 04:47:27 +08:00
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'
2018-11-18 05:21:33 +08:00
auto_updates true
2018-10-06 04:47:27 +08:00
app 'ClashX.app'
2018-11-18 05:21:33 +08:00
zap trash: [
'~/Library/Preferences/com.west2online.ClashX.plist',
'~/Library/Logs/ClashX',
]
2018-10-06 04:47:27 +08:00
end