homebrew-cask/Casks/sabnzbd.rb

17 lines
529 B
Ruby

cask 'sabnzbd' do
version '2.3.6'
sha256 '47afe29d4f99654c77c2e31a160854d36ff254064fd209fff376d50349ae8382'
# 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