cask "slippi-dolphin" do version "3.4.6" sha256 "2364311bd761b78acb2d5c26c35a9081aca27a3fe3b313e8765340124c189835" url "https://github.com/project-slippi/Ishiiruka/releases/download/v#{version}/FM-Slippi-#{version}-Mac.dmg", verified: "github.com/project-slippi/Ishiiruka/" name "Slippi" desc "Fork of the Dolphin GameCube and Wii emulator with netplay support via Slippi" homepage "https://slippi.gg/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :catalina" app "Slippi Dolphin.app" zap trash: [ "~/Library/Application Support/Dolphin", "~/Library/Preferences/com.project-slippi.dolphin.plist", ] caveats do requires_rosetta end end