yacreader: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:23:14 +01:00
parent ffad23171e
commit 2b8048bf37
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "yacreader" do
version "9.7.1.2009123"
sha256 "068dbed581b8098d2eb36d32a8a16966eb588519d8b64ae592a2383d91bb36ec"
# github.com/YACReader/yacreader/ was verified as official when first introduced to the cask
url "https://github.com/YACReader/yacreader/releases/download/#{version.major_minor_patch}/YACReader-#{version}.MacOSX-Intel.dmg"
url "https://github.com/YACReader/yacreader/releases/download/#{version.major_minor_patch}/YACReader-#{version}.MacOSX-Intel.dmg",
verified: "github.com/YACReader/yacreader/"
appcast "https://github.com/YACReader/yacreader/releases.atom",
must_contain: version.major_minor_patch
name "YACReader"