homebrew-cask/Casks/sabnzbd.rb

17 lines
529 B
Ruby

cask 'sabnzbd' do
version '2.3.8'
sha256 '3abe2edd8b38c64ddde526207f70748970b91680a981d69df0640fecfb44f64c'
# 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