Skip to content

Commit

Permalink
Merge pull request #195625 from RyanHuV/mindmaster-cn
Browse files Browse the repository at this point in the history
mindmaster-cn 12.1.6 (new cask)
  • Loading branch information
p-linnane authored Dec 26, 2024
2 parents 719e424 + d460d4e commit 86abf7e
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 86abf7e

Please sign in to comment.