Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mythic.rb
blobe951749e12671041491b175d5f2c163d2801f6ba
1 cask "mythic" do
2   version "0.4.2"
3   sha256 "13f10cedb4d410ec6e9b939df6ab96726c6e4aa9bde777cc1bfa862bb080b775"
5   url "https://dl.getmythic.app/sparkle-temp/Mythic-#{version}.zip"
6   name "Mythic"
7   desc "Game launcher with the ability to run Windows games"
8   homepage "https://getmythic.app/"
10   livecheck do
11     url "https://dl.getmythic.app/sparkle-temp/appcast.xml"
12     strategy :sparkle, &:short_version
13   end
15   depends_on macos: ">= :sonoma"
16   depends_on arch: :arm64
18   app "Mythic.app"
20   zap trash: [
21     "~/Library/Application Support/Mythic",
22     "~/Library/Caches/xyz.blackxfiied.Mythic.plist",
23     "~/Library/HTTPStorages/xyz.blackxfiied.Mythic",
24     "~/Library/HTTPStorages/xyz.blackxfiied.Mythic.binarycookies",
25     "~/Library/Preferences/xyz.blackxfiied.Mythic.plist",
26   ]
27 end