From 08733296b49c59c58b6beeada59ed4207cef60c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 3 Dec 2020 03:11:04 +0000 Subject: [PATCH] shotcut.rb: add verified comment (#94162) --- Casks/shotcut.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/shotcut.rb b/Casks/shotcut.rb index 605f12942c..b4aa40f01d 100644 --- a/Casks/shotcut.rb +++ b/Casks/shotcut.rb @@ -2,8 +2,8 @@ cask "shotcut" do version "20.11.28" sha256 "a2d72ff4302ef5d08b379d605907dc061ed10c53a6478458c2098be0712456cc" - # github.com/mltframework/shotcut/ was verified as official when first introduced to the cask - url "https://github.com/mltframework/shotcut/releases/download/v#{version}/shotcut-macos-signed-#{version.no_dots}.dmg" + url "https://github.com/mltframework/shotcut/releases/download/v#{version}/shotcut-macos-signed-#{version.no_dots}.dmg", + verified: "github.com/mltframework/shotcut/" appcast "https://github.com/mltframework/shotcut/releases.atom" name "Shotcut" desc "Cross-platform and open-source video editor"