Files
homebrew-cask/Casks/l/lazpaint.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

18 lines
473 B
Ruby

cask "lazpaint" do
version "7.2.2"
sha256 "f7abc6fde628ea057ea9076acc156449b9e2e92d9d49f596cb6368850cc22c51"
url "https://github.com/bgrabitmap/lazpaint/releases/download/v#{version}/lazpaint#{version}_macos64.dmg",
verified: "github.com/bgrabitmap/lazpaint/"
name "LazPaint"
desc "Image editor written in Lazarus"
homepage "https://bgrabitmap.github.io/lazpaint/"
livecheck do
url :url
strategy :github_latest
end
app "LazPaint.app"
end