From 6bdff861ea5c18308a4d44c08e3440a06afb0dd8 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:22:16 +0100 Subject: [PATCH] makehuman: switch to `verified` parameter --- Casks/makehuman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/makehuman.rb b/Casks/makehuman.rb index 9a4e244a9f6..e97d7b42fa6 100644 --- a/Casks/makehuman.rb +++ b/Casks/makehuman.rb @@ -2,8 +2,8 @@ cask "makehuman" do version "1.1.1" sha256 "0f5626b1878f8f4233be431917e740806b141522f9f4b3da7809e8e7798ee2d8" - # tuxfamily.org/makehuman/ was verified as official when first introduced to the cask - url "https://download.tuxfamily.org/makehuman/releases/#{version}/makehuman-#{version}-osx.dmg" + url "https://download.tuxfamily.org/makehuman/releases/#{version}/makehuman-#{version}-osx.dmg", + verified: "tuxfamily.org/makehuman/" appcast "https://download.tuxfamily.org/makehuman/releases/" name "MakeHuman" homepage "http://www.makehuman.org/"