homebrew-cask/Casks/paletro.rb

31 lines
961 B
Ruby

cask "paletro" do
version "1.6.0"
sha256 "2067406b29f1e55493cc3f2baf02b6769ef9dc306a22a6e849a1e625545341d5"
url "https://appmakes.io/paletro/download/Paletro-#{version}.dmg"
name "Paletro"
homepage "https://appmakes.io/paletro"
livecheck do
url "https://appmakes.io/paletro/update.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"
app "Paletro.app"
zap trash: [
"~/Library/Application Scripts/io.appmakes.PaletroLaunchHelper",
"~/Library/Application Support/Paletro",
"~/Library/Application Support/Paletro Preferences",
"~/Library/Application Support/io.appmakes.Paletro",
"~/Library/Containers/io.appmakes.PaletroLaunchHelper",
"~/Library/Cookies/io.appmakes.Paletro.binarycookies",
"~/Library/Group Containers/io.appmakes.Paletro.shared",
"~/Library/Preferences/io.appmakes.Paletro.Preferences.plist",
"~/Library/Preferences/io.appmakes.Paletro.plist",
]
end