cask "mudlet" do version "4.17.2" sha256 "3aedd1803d8c3daa978eb39276885c15c30dccd3ee9969f8625ffe74222e3dfa" url "https://www.mudlet.org/wp-content/files/Mudlet-#{version}.dmg" name "Mudlet" desc "Multi-User Dungeon client" homepage "https://www.mudlet.org/" livecheck do url "https://www.mudlet.org/download/" regex(/href=.*?Mudlet[._-]v?(\d+(?:\.\d+)+)\.dmg/i) end depends_on macos: ">= :high_sierra" app "Mudlet.app" zap trash: [ "~/Library/Preferences/org.mudlet.mudlet.plist", "~/Library/Saved Application State/org.mudlet.mudlet.savedState", "~/mudlet-data", ] end