diff --git a/Casks/c/clashx.rb b/Casks/c/clashx.rb deleted file mode 100644 index 9a97d4b1ea..0000000000 --- a/Casks/c/clashx.rb +++ /dev/null @@ -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