From 50076cc9db9287daac81dba5ed67fbcc18ec4776 Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Sun, 15 Sep 2024 19:44:09 +0800 Subject: [PATCH] add homebrew tap --- Casks/mihomo-party.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Casks/mihomo-party.rb diff --git a/Casks/mihomo-party.rb b/Casks/mihomo-party.rb new file mode 100644 index 0000000..c913be2 --- /dev/null +++ b/Casks/mihomo-party.rb @@ -0,0 +1,15 @@ +cask "mihomo-party" do + arch arm: "arm64", intel: "x64" + + version "1.2.18" + sha256 arm: "b66dfafc843783de76ab4b92fd3af61cf71ce0c067a08bb16232fa00b97919fc", + intel: "831721b067c44bf552aced33b85ba93c48b39ca4ddf2ec92cf3b5c58d685d8ce" + + url "https://github.com/mihomo-party-org/mihomo-party/releases/download/#{version}/mihomo-party-macos-#{version}-#{arch}.dmg" + name "mihomo-party" + desc "Another Mihomo GUI." + homepage "https://github.com/mihomo-party-org/mihomo-party" + + app "mihomo-party.app" + binary "#{appdir}/mihomo-party.app/Contents/MacOS/mihomo-party" +end \ No newline at end of file