From a8be3808c2f2c81a26c19abf18632f1942bc593f Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:21:19 +0100 Subject: [PATCH] cumulus: switch to `verified` parameter --- Casks/cumulus.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/cumulus.rb b/Casks/cumulus.rb index 0fa94c6ab5e..1edea7eca3a 100644 --- a/Casks/cumulus.rb +++ b/Casks/cumulus.rb @@ -2,8 +2,8 @@ cask "cumulus" do version "0.10.1" sha256 "f23cffe610f095ef28acc7a14a61b5548755af452ecf5d38c2e2916e424ca271" - # github.com/gillesdemey/Cumulus/ was verified as official when first introduced to the cask - url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}.dmg" + url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}.dmg", + verified: "github.com/gillesdemey/Cumulus/" appcast "https://github.com/gillesdemey/Cumulus/releases.atom" name "Cumulus" desc "SoundCloud player that lives in the menu bar"