From ca76710e6822a2fd0f6f8de2b491c82cc520852c Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:22:25 +0100 Subject: [PATCH] mullvadvpn: switch to `verified` parameter --- Casks/mullvadvpn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/mullvadvpn.rb b/Casks/mullvadvpn.rb index d22cfe20ac9..3b02af48ea8 100644 --- a/Casks/mullvadvpn.rb +++ b/Casks/mullvadvpn.rb @@ -2,8 +2,8 @@ cask "mullvadvpn" do version "2020.7" sha256 "7ec7729557afe6291731181173802761596d70e4fe93a4608809ed2f9320331c" - # github.com/mullvad/mullvadvpn-app/ was verified as official when first introduced to the cask - url "https://github.com/mullvad/mullvadvpn-app/releases/download/#{version}/MullvadVPN-#{version}.pkg" + url "https://github.com/mullvad/mullvadvpn-app/releases/download/#{version}/MullvadVPN-#{version}.pkg", + verified: "github.com/mullvad/mullvadvpn-app/" appcast "https://github.com/mullvad/mullvadvpn-app/releases.atom" name "Mullvad VPN" desc "VPN client"