mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
25 lines
655 B
Ruby
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
|