Files
homebrew-cask/Casks/d/doteditor.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

14 lines
403 B
Ruby

cask "doteditor" do
version "0.3.1"
sha256 "06e60c4e474bbca2246804140d73d3faeec7a984759a0fca6d47e07d5994dbcf"
url "https://github.com/vincenthEE/DotEditor/releases/download/v#{version}/DotEditor.#{version}.dmg",
verified: "github.com/vincenthEE/DotEditor/"
name "DotEditor"
homepage "https://vincenthee.github.io/DotEditor/"
depends_on formula: "graphviz"
app "DotEditor.app"
end