cask "xmind" do version "24.10.01101-202410201844" sha256 "6e727dcd69887febe19eac5240e0e99e29f6065a184cb749b1545fcc7b6fa715" url "https://dl3.xmind.net/Xmind-for-macOS-#{version}.dmg" name "XMind" desc "Mind mapping and brainstorming tool" homepage "https://www.xmind.net/" livecheck do url "https://www.xmind.net/zen/download/mac/" regex(/XMind[._-]for[._-]macOS[._-]v?(\d+(?:[.-]\d+)+)\.dmg/i) strategy :header_match end conflicts_with cask: "xmind@beta" app "Xmind.app" zap trash: [ "~/Library/Saved Application State/org.xmind.cathy.application.savedState", "~/Library/XMind", ] end