Files
homebrew-cask/Casks/p/pinta.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
504 B
Ruby

cask "pinta" do
version "2.1.1"
sha256 "e93a867b48738ba5c4108b009213c1941c7dab3116695819bdd7e8774203db1a"
url "https://github.com/PintaProject/Pinta/releases/download/#{version}/Pinta.dmg",
verified: "github.com/PintaProject/Pinta/"
name "Pinta"
desc "Simple Gtk# Paint Program"
homepage "https://www.pinta-project.com/"
app "Pinta.app"
zap trash: [
"~/Library/Preferences/com.ximian.pinta.plist",
"~/Library/Saved Application State/com.ximian.pinta.savedState",
]
end