excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / aethersx2.rb
blob3eef3d7136cb665cd702d0ffd2c6d29ba939d599
1 cask "aethersx2" do
2   version "1.5-3939"
3   sha256 "55178a1fbdca463750c5b13dbc972de290a7dce0795291d81e9c76594bc08150"
5   url "https://aethersx2.com/archive/desktop/mac/AetherSX2-v#{version}-mac.zip"
6   name "AetherSX2"
7   desc "Sony PlayStation 2 emulator for ARM based Macs"
8   homepage "https://aethersx2.com/"
10   disable! date: "2024-04-06", because: :no_longer_available
12   depends_on macos: ">= :big_sur"
13   depends_on arch: :arm64
15   app "AetherSX2.app"
17   zap trash: [
18     "~/Library/Application Support/AetherSX2",
19     "~/Library/Preferences/com.aethersx2.mac.plist",
20     "~/Library/Saved Application State/com.aethersx2.mac.savedState",
21   ]
22 end