Files
homebrew-cask/Casks/b/bricksmith.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

20 lines
643 B
Ruby

cask "bricksmith" do
version "3.1.0"
sha256 "7ea1991b68ae9a75e3107f4df0f01a9980e17f889536fd7cae0ba8c6f56b7d67"
url "https://downloads.sourceforge.net/bricksmith/bricksmith/Bricksmith%20#{version.major_minor}/BricksmithComplete#{version.major_minor}.zip",
verified: "downloads.sourceforge.net/bricksmith/"
name "Bricksmith"
desc "Virtual Lego modeling"
homepage "https://bricksmith.sourceforge.io/"
livecheck do
url "https://bricksmith.sourceforge.io/files/bricksmith_appcast.xml"
strategy :sparkle
end
app "Bricksmith/Bricksmith.app"
zap trash: "~/Library/Preferences/com.AllenSmith.Bricksmith.plist"
end