Files
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

18 lines
503 B
Ruby

cask "paintcode" do
version "3.5.4"
sha256 "7e8598e9d0f4c8d84207a02a9deecf126c116e0ab158c35a54b9bb1f17da46fc"
url "https://www.pixelcut.com/paintcode#{version.major}/paintcode_#{version}.zip",
verified: "pixelcut.com/"
name "PaintCode"
desc "Turn vector drawings into program code"
homepage "https://www.paintcodeapp.com/"
livecheck do
url "https://www.pixelcut.com/paintcode#{version.major}/appcast.xml"
strategy :sparkle, &:short_version
end
app "PaintCode.app"
end