From 652345d4f63c90b7dab6aae0bfe6984b714d71ad Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:23:06 +0100 Subject: [PATCH] trailer: switch to `verified` parameter --- Casks/trailer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/trailer.rb b/Casks/trailer.rb index 9aaef8b8186..3f51ca39f14 100644 --- a/Casks/trailer.rb +++ b/Casks/trailer.rb @@ -2,8 +2,8 @@ cask "trailer" do version "1.7.4" sha256 "8a7d297cce61df2cd46995a685d71f8f1a384352a58a77dc72843b4545d22c65" - # github.com/ptsochantaris/trailer/ was verified as official when first introduced to the cask - url "https://github.com/ptsochantaris/trailer/releases/download/#{version}/Trailer-#{version.no_dots}.zip" + url "https://github.com/ptsochantaris/trailer/releases/download/#{version}/Trailer-#{version.no_dots}.zip", + verified: "github.com/ptsochantaris/trailer/" appcast "https://github.com/ptsochantaris/trailer/releases.atom" name "Trailer" desc "Managing Pull Requests and Issues For GitHub & GitHub Enterprise"