homebrew-cask/Casks/m/maa.rb

25 lines
664 B
Ruby

cask "maa" do
version "4.23.3"
sha256 "214d4cab70f6a9eb10543fb0b59169bb3f8f7c2f6b9efd27154f3de2bbc834d0"
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