Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
add homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Sep 15, 2024
1 parent 968bc6b commit ac3a285
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Casks/mihomo-party.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ac3a285

Please sign in to comment.