cask "jgrennison-openttd" do version "0.65.4" sha256 "d6becdf87cbf2d9f840d960a4ede0fcfef5afba8cd1b3c9e1d03a91f45b9e0ef" url "https://github.com/JGRennison/OpenTTD-patches/releases/download/jgrpp-#{version}/openttd-jgrpp-#{version}-macos-universal.dmg" name "JGR's OpenTTD Patchpack" desc "Collection of patches applied to OpenTTD" homepage "https://github.com/JGRennison/OpenTTD-patches/" depends_on macos: ">= :high_sierra" app "OpenTTD.app" zap trash: [ "~/Documents/OpenTTD", "~/Library/Application Support/CrashReporter/openttd_*.plist", "~/Library/Logs/DiagnosticReports/openttd_*.crash", "~/Library/Saved Application State/org.openttd.openttd.jgrpp.savedState", "~/Library/Saved Application State/org.openttd.openttd.savedState", ] end