Files
homebrew-cask/Casks/x/xmind.rb

25 lines
655 B
Ruby

cask "xmind" do
version "23.11.04336-202311170144"
sha256 "9c7ab1330aeebd608188f5ef084eaa26f171b7dd569095d04037fae69cd41666"
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