Skip to content

Commit

Permalink
mindmaster-cn 12.1.6 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHuV authored and p-linnane committed Dec 26, 2024
1 parent 064acca commit d460d4e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/m/mindmaster-cn.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "mindmaster-cn" do
version "12.1.6"
sha256 :no_check

url "https://cc-download.edrawsoft.cn/cbs_down/mindmaster_cn_full5379.dmg"
name "MindMaster"
name "亿图脑图MindMaster"
desc "Mind mapping software"
homepage "https://www.edrawsoft.cn/mindmaster/"

livecheck do
url :url
strategy :extract_plist do |item|
item["com.edrawsoft.mindmaster"]&.short_version
end
end

app "亿图脑图MindMaster.app"

caveats do
requires_rosetta
end

# No zap stanza required
end

0 comments on commit d460d4e

Please sign in to comment.