processing: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:22:41 +01:00
parent d27cedb3da
commit 2932b849c4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "processing" do
version "3.5.4,0270"
sha256 "4d64fe42a6c5c0863cc82e93a036e73731999ee9448be45bc322f91b0010bb6b"
# github.com/processing/processing/ was verified as official when first introduced to the cask
url "https://github.com/processing/processing/releases/download/processing-#{version.after_comma}-#{version.before_comma}/processing-#{version.before_comma}-macosx.zip"
url "https://github.com/processing/processing/releases/download/processing-#{version.after_comma}-#{version.before_comma}/processing-#{version.before_comma}-macosx.zip",
verified: "github.com/processing/processing/"
appcast "https://github.com/processing/processing/releases.atom"
name "Processing"
homepage "https://processing.org/"