From 1a71e8952915ff41a5df1a7ae5e3caa12f7c4c4d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:22:40 +0100 Subject: [PATCH] praat: switch to `verified` parameter --- Casks/praat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/praat.rb b/Casks/praat.rb index 9ffe019627b..0695bfeb87c 100644 --- a/Casks/praat.rb +++ b/Casks/praat.rb @@ -2,8 +2,8 @@ cask "praat" do version "6.1.36" sha256 "1742941f6bac7d9b47ebe1c4d64061fe07a5dd17409869ab0dd4a35236a8619b" - # github.com/praat/praat/ was verified as official when first introduced to the cask - url "https://github.com/praat/praat/releases/download/v#{version}/praat#{version.no_dots}_mac.dmg" + url "https://github.com/praat/praat/releases/download/v#{version}/praat#{version.no_dots}_mac.dmg", + verified: "github.com/praat/praat/" appcast "https://github.com/praat/praat/releases.atom" name "Praat" desc "Doing phonetics by computer"