cask "xmind" do version "25.04.03523-202505292348" sha256 "30ffd656b4ba978d1262ab7c73db671207eb69444a27f0ecd7e183643a82c692" 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