From f22346f5f06be1ff0b69189a59c23692ae1d57af Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:21:42 +0100 Subject: [PATCH] gnucash: switch to `verified` parameter --- Casks/gnucash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/gnucash.rb b/Casks/gnucash.rb index 17fd3fb7146..b3e1f30da41 100644 --- a/Casks/gnucash.rb +++ b/Casks/gnucash.rb @@ -2,8 +2,8 @@ cask "gnucash" do version "4.2,1" sha256 "66f48acf1aa002e2de86865bb56f6a695cecf1fd3734b4a7e85fc170cf14c6f5" - # github.com/Gnucash/gnucash/ was verified as official when first introduced to the cask - url "https://github.com/Gnucash/gnucash/releases/download/#{version.before_comma}/Gnucash-Intel-#{version.before_comma.chomp("b")}-#{version.after_comma}.dmg" + url "https://github.com/Gnucash/gnucash/releases/download/#{version.before_comma}/Gnucash-Intel-#{version.before_comma.chomp("b")}-#{version.after_comma}.dmg", + verified: "github.com/Gnucash/gnucash/" appcast "https://github.com/Gnucash/gnucash/releases.atom" name "GnuCash" desc "Double-entry accounting program"