cask "sabnzbd" do version "3.0.0" sha256 "2c5693b30ed0e67dcd61a7558aca037cfe0dbe8b52c127079c858409c65bcf8e" # 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" appcast "https://github.com/sabnzbd/sabnzbd/releases.atom" name "SABnzbd" homepage "https://sabnzbd.org/" depends_on macos: ">= :yosemite" app "SABnzbd.app" zap trash: "~/Library/Application Support/SABnzbd" end