mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
clashx: remove
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
cask "clashx" do
|
||||
version "1.118.0"
|
||||
sha256 "c7399660f739eb0eb86e4fb1a5da854318db356bef3a80bcd15a5d329fd5a8b0"
|
||||
|
||||
url "https://github.com/yichengchen/clashX/releases/download/#{version}/ClashX.dmg"
|
||||
name "ClashX"
|
||||
desc "Rule-based custom proxy with GUI based on clash"
|
||||
homepage "https://github.com/yichengchen/clashX"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :sierra"
|
||||
|
||||
app "ClashX.app"
|
||||
|
||||
uninstall delete: [
|
||||
"/Library/LaunchDaemons/com.west2online.ClashX.ProxyConfigHelper.plist",
|
||||
"/Library/PrivilegedHelperTools/com.west2online.ClashX.ProxyConfigHelper",
|
||||
],
|
||||
launchctl: "com.west2online.ClashX.ProxyConfigHelper",
|
||||
quit: "com.west2online.ClashX"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.west2online.ClashX",
|
||||
"~/Library/Caches/com.crashlytics.data/com.west2online.ClashX",
|
||||
"~/Library/Caches/com.west2online.ClashX",
|
||||
"~/Library/Caches/io.fabric.sdk.mac.data/com.west2online.ClashX",
|
||||
"~/Library/Cookies/com.west2online.ClashX.binarycookies",
|
||||
"~/Library/Logs/ClashX",
|
||||
"~/Library/Preferences/com.west2online.ClashX.plist",
|
||||
"~/.config/clash/",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user