phinze/homebrew-cask

View on GitHub
Casks/m/maa.rb

Summary

Maintainability
A
45 mins
Test Coverage
cask "maa" do
  version "5.6.0"
  sha256 "5ae5a0887a45433b982cbe19916eecea8a00a8999fd4c2be4c25c1efde6f3834"

  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