Files
homebrew-cask/Casks/l/leocad.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
387 B
Ruby

cask "leocad" do
version "23.03"
sha256 "7ee537139760b1938980435a3d32bd8068d5e7437e310a01a1f7fd8cf6565867"
url "https://github.com/leozide/leocad/releases/download/v#{version}/LeoCAD-macOS-#{version}.dmg"
name "LeoCAD"
desc "CAD program for creating virtual LEGO models"
homepage "https://github.com/leozide/leocad"
depends_on macos: ">= :sierra"
app "LeoCAD.app"
end