mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
25 lines
664 B
Ruby
25 lines
664 B
Ruby
cask "maa" do
|
|
version "4.27.0"
|
|
sha256 "0bbfa62f1fbab59299abbbabb47c373c6822d9c4e6873bdd472a49dfb686bf33"
|
|
|
|
url "https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v#{version}/MAA-v#{version}-macos-universal.dmg"
|
|
name "MAA"
|
|
desc "One-click tool for the daily tasks of Arknights"
|
|
homepage "https://github.com/MaaAssistantArknights/MaaAssistantArknights"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :monterey"
|
|
|
|
app "MAA.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.hguandl.MeoAsstMac",
|
|
"~/Library/Containers/com.hguandl.MeoAsstMac",
|
|
]
|
|
end
|