homebrew-cask/Casks/processing.rb

20 lines
523 B
Ruby

cask "processing" do
version "3.5.4"
sha256 "4d64fe42a6c5c0863cc82e93a036e73731999ee9448be45bc322f91b0010bb6b"
url "https://download.processing.org/processing-#{version}-macosx.zip"
appcast "https://github.com/processing/processing/releases.atom"
name "Processing"
homepage "https://processing.org/"
app "Processing.app"
uninstall quit: "org.processing.app"
zap trash: [
"~/Library/Processing",
"~/Preferences/org.processing.app.plist",
"~/Preferences/processing.app.tools.plist",
]
end