homebrew-cask/Casks/colorwell.rb

24 lines
564 B
Ruby

cask "colorwell" do
version "7.2.2"
sha256 :no_check
url "https://sweetpproductions.com/products/colorwell/ColorWell.dmg"
name "ColorWell"
desc "Color picker and color palette generator"
homepage "https://colorwell.sweetpproductions.com/"
livecheck do
url "https://sweetpproductions.com/products/colorwell/appcast.xml"
strategy :sparkle
end
auto_updates true
app "ColorWell.app"
zap trash: [
"~/Library/Application Scripts/com.sweetpproductions.ColorWell",
"~/Library/Containers/com.sweetpproductions.ColorWell",
]
end