homebrew-cask/Casks/x/xmind.rb

25 lines
655 B
Ruby

cask "xmind" do
version "24.01.09392-202401101716"
sha256 "a7c03a2573ba57e1fbe56c3d70f3bf342f310fa0f87a521d208e07cb76209841"
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