From 129b6dae9abe8821be1f3ed487881db00db0bcfb Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:22:24 +0100 Subject: [PATCH] mqtt-explorer: switch to `verified` parameter --- Casks/mqtt-explorer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/mqtt-explorer.rb b/Casks/mqtt-explorer.rb index fbf73af2204..ff8d573827b 100644 --- a/Casks/mqtt-explorer.rb +++ b/Casks/mqtt-explorer.rb @@ -2,8 +2,8 @@ cask "mqtt-explorer" do version "0.3.5" sha256 "4322a9127c3ce9025d33afa3ff91e76e8873fff260493a112eadc4769c027778" - # github.com/thomasnordquist/MQTT-Explorer/ was verified as official when first introduced to the cask - url "https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v#{version}/MQTT-Explorer-#{version}-mac.zip" + url "https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v#{version}/MQTT-Explorer-#{version}-mac.zip", + verified: "github.com/thomasnordquist/MQTT-Explorer/" appcast "https://github.com/thomasnordquist/MQTT-Explorer/releases.atom" name "MQTT Explorer" homepage "https://mqtt-explorer.com/"