Files
homebrew-cask/Casks/w/writemapper.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
469 B
Ruby

cask "writemapper" do
version "2.10.0"
sha256 "faa919450d0f92d1f6a93d94f51e3ff45a1c92b70c2a408773f299d6e15624a1"
url "https://writemapper.com/static/app/mac/WriteMapper-#{version}.dmg"
name "WriteMapper"
desc "Writing tool that helps produce text documents using mind maps"
homepage "https://writemapper.com/"
livecheck do
url "https://writemapper.com/static/app/mac/latest-mac.yml"
strategy :electron_builder
end
app "WriteMapper.app"
end