diff --git a/Casks/sabnzbd.rb b/Casks/sabnzbd.rb index 09589385b08..d8c23111533 100644 --- a/Casks/sabnzbd.rb +++ b/Casks/sabnzbd.rb @@ -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/"