homebrew-cask/Casks/x/xmind.rb

25 lines
656 B
Ruby

cask "xmind" do
version "23.07.201366-202308140201"
sha256 "fd41c47dcd95d74429c4cc0ac276ba5d145de6ce15f84ff80dcf3758698f6f86"
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: "homebrew/cask-versions/xmind8"
app "Xmind.app"
zap trash: [
"~/Library/Saved Application State/org.xmind.cathy.application.savedState",
"~/Library/XMind",
]
end