cask "dolphin" do version "2506a" sha256 "0ea57eacd80ab51cbf17a0cd6309b5973155cc46c0fa90f5e8c6fb50ee9667cc" url "https://dl.dolphin-emu.org/releases/#{version}/dolphin-#{version}-universal.dmg" name "Dolphin" desc "Emulator to play GameCube and Wii games" homepage "https://dolphin-emu.org/" livecheck do url "https://dolphin-emu.org/update/latest/beta/" strategy :json do |json| json["shortrev"] end end auto_updates true conflicts_with cask: "dolphin@dev" depends_on macos: ">= :catalina" app "Dolphin.app" zap trash: [ "~/Library/Application Support/Dolphin", "~/Library/Preferences/org.dolphin-emu.dolphin.plist", "~/Library/Saved Application State/org.dolphin-emu.dolphin.savedState", ] end