From 2bf6bd747d97d00fda6385dfcbe4126255847845 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:21:17 +0100 Subject: [PATCH] controlplane: switch to `verified` parameter --- Casks/controlplane.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/controlplane.rb b/Casks/controlplane.rb index 740bc8595d8..1c77b937374 100644 --- a/Casks/controlplane.rb +++ b/Casks/controlplane.rb @@ -2,8 +2,8 @@ cask "controlplane" do version "1.6.7" sha256 "beb444b8117ed91898921a6babc384501dfd92679f5b718fceb6d3aa7a0bf651" - # github.com/dustinrue/ControlPlane/ was verified as official when first introduced to the cask - url "https://github.com/dustinrue/ControlPlane/releases/download/#{version}/ControlPlane-#{version}.dmg" + url "https://github.com/dustinrue/ControlPlane/releases/download/#{version}/ControlPlane-#{version}.dmg", + verified: "github.com/dustinrue/ControlPlane/" appcast "https://github.com/dustinrue/ControlPlane/releases.atom" name "ControlPlane" homepage "https://www.controlplaneapp.com/"