Skip to content

Commit

Permalink
mimoho-party: add 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Dec 16, 2024
1 parent d6bdb7c commit 33375bf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Casks/m/mimoho-party.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
cask "mimoho-party" do
arch arm: "arm64", intel: "x64"

version "1.5.12"
sha256 arm: "4d047be0105e686914d35c77520d89b7b8d86bb9c2c30a66928c4c57632b5ff3",
intel: "eb1528be2b251ab7d3457b5758cfe5b4332c4eaff536ed988c7332f4c44e810b"

mirror = "https://mirror.ghproxy.com/"
origin = "https://github.com/mihomo-party-org/mihomo-party/releases/download/v#{version}/mihomo-party-macos-#{version}-#{arch}.pkg"

url "#{mirror}#{origin}",
verified: "mirror.ghproxy.com/"
name "Mihomo Party"
desc "Another Mihomo GUI"
homepage "https://mihomo.party/"

livecheck do
url origin.to_s
strategy :github_latest
end

depends_on macos: ">= :mojave"

pkg "mihomo-party-macos-#{version}-#{arch}.pkg"

uninstall quit: "party.mihomo.app",
pkgutil: "party.mihomo.app"

zap trash: [
"/var/folders/py/n14256yd5r5ddms88x9bvsv40000gn/C/party.mihomo.app.helper.GPU",
"/var/folders/py/n14256yd5r5ddms88x9bvsv40000gn/C/party.mihomo.app",
"/var/db/receipts/party.mihomo.app.bom",
"/var/db/receipts/party.mihomo.app.plist",
"~/Library/Saved Application State/party.mihomo.app.savedState"
"~/Library/Preferences/party.mihomo.app.plist",
]
end
1 change: 1 addition & 0 deletions 列表.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
| `clash-nyanpasu` | [Clash-Nyanpasu](https://github.com/libnyanpasu) | ![a](assets/a.svg)![1](assets/1.svg) |
| `flclash` | [FlClash](https://github.com/chen08209/FlClash) | ![a](assets/a.svg)![1](assets/1.svg) |
| `gui-for-singbox` | [GUI.for.SingBox](https://github.com/GUI-for-Cores/GUI.for.SingBox) | ![a](assets/a.svg)![1](assets/1.svg) |
| `mimoho-party` | [Mihomo Party](https://mihomo.party/) | ![a](assets/a.svg)![1](assets/1.svg) |

## 外语学习

Expand Down

0 comments on commit 33375bf

Please sign in to comment.