cask "porting-kit" do version "6.5.0" sha256 "e3c7fc05e865669671d2d99c4da932ffafad4b7a1835130a3bdb753647259e5d" url "https://github.com/vitor251093/porting-kit-releases/releases/download/v#{version}/Porting-Kit-#{version}.dmg", verified: "github.com/vitor251093/porting-kit-releases/" name "Porting Kit" desc "Install games and apps compiled for Microsoft Windows" homepage "https://portingkit.com/" no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :high_sierra" app "Porting Kit.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.paulthetall.portingkit.sfl*", "~/Library/Application Support/portingkit", "~/Library/Preferences/com.paulthetall.portingkit.plist", "~/Library/Saved Application State/com.paulthetall.portingkit.savedState", ] caveats do requires_rosetta end end