From be2156dcab50985920e8aeed4ba2045511100639 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 12 Dec 2020 05:22:40 +0100 Subject: [PATCH] pomotodo: switch to `verified` parameter --- Casks/pomotodo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/pomotodo.rb b/Casks/pomotodo.rb index bcf116db887..92419d1d742 100644 --- a/Casks/pomotodo.rb +++ b/Casks/pomotodo.rb @@ -2,8 +2,8 @@ cask "pomotodo" do version "3.4.2,1508736942" sha256 "7726496a48eeb2901c9762de2a2df743b2010e7ad0b6ccd2cab5a4f49a496f93" - # cdn.hackplan.com/theair/ was verified as official when first introduced to the cask - url "https://cdn.hackplan.com/theair/#{version.after_comma}/Pomotodo.#{version.before_comma}.dmg" + url "https://cdn.hackplan.com/theair/#{version.after_comma}/Pomotodo.#{version.before_comma}.dmg", + verified: "cdn.hackplan.com/theair/" appcast "https://air.pomotodo.com/v1/p/com.pomotodo.PomotodoMac#{version.major}/latest.xml" name "Pomodoro" homepage "https://pomotodo.com/"