From 59969f3777adfe6d3aa7d46f4fef227d6cef40de Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:23:06 +0100 Subject: [PATCH] torrent-file-editor: switch to `verified` parameter --- Casks/torrent-file-editor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/torrent-file-editor.rb b/Casks/torrent-file-editor.rb index 0d6979b7024..0ac56cb2d4b 100644 --- a/Casks/torrent-file-editor.rb +++ b/Casks/torrent-file-editor.rb @@ -2,8 +2,8 @@ cask "torrent-file-editor" do version "0.3.17" sha256 "5ed1303dc25cdb2f6515b75faee574d07a7ec280653b0cc4e6a8b37f6be3744a" - # github.com/torrent-file-editor/torrent-file-editor/ was verified as official when first introduced to the cask - url "https://github.com/torrent-file-editor/torrent-file-editor/releases/download/v#{version}/torrent-file-editor-#{version}.dmg" + url "https://github.com/torrent-file-editor/torrent-file-editor/releases/download/v#{version}/torrent-file-editor-#{version}.dmg", + verified: "github.com/torrent-file-editor/torrent-file-editor/" appcast "https://github.com/torrent-file-editor/torrent-file-editor/releases.atom" name "Torrent File Editor" homepage "https://torrent-file-editor.github.io/"