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" zap trash: [ "~/.config/lazpaint", "~/.config/lazpaint.cfg", "~/Library/Caches/com.company.lazpaint", "~/Library/HTTPStorages/com.company.lazpaint", "~/Library/Saved Application State/com.company.lazpaint.savedState", ] caveats do requires_rosetta end end