cask "marathon-infinity" do version "20231125" sha256 "19efb62b3759b6f572ad83b1d041e6044dfbdbdfd25a2e5dcc6e2cdc48e35038" url "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-#{version}/MarathonInfinity-#{version}-Mac.dmg", verified: "github.com/Aleph-One-Marathon/alephone/" name "Marathon Infinity" desc "First-person shooter, third in a trilogy" homepage "https://alephone.lhowon.org/" livecheck do url :homepage regex(%r{href=.*?/MarathonInfinity[._-]v?(\d+(?:\.\d+)*)[._-]Mac\.dmg}i) end app "Marathon Infinity.app" zap trash: [ "~/Library/Application Support/Marathon Infinity", "~/Library/Logs/Marathon Infinity Log.txt", "~/Library/Preferences/Marathon Infinity", "~/Library/Saved Application State/org.bungie.source.MarathonInfinity.savedState", ] end