Files
2023-11-22 10:31:09 -05:00

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