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/"