sabnzbd: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:22:49 +01:00
parent dd8f663e92
commit f2280f99f5
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "sabnzbd" do
version "3.1.1"
sha256 "1ebfd4e8359155c646238e5dcf2ee0f2a1efbbc8fab9b6e1af93b9584f61c02d"
# github.com/sabnzbd/sabnzbd/ was verified as official when first introduced to the cask
url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg"
url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg",
verified: "github.com/sabnzbd/sabnzbd/"
appcast "https://github.com/sabnzbd/sabnzbd/releases.atom"
name "SABnzbd"
homepage "https://sabnzbd.org/"