homebrew-cask/Casks/sabnzbd.rb

18 lines
620 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sabnzbd' do
2017-01-14 06:53:12 +08:00
version '1.2.0'
sha256 'e0059a20afd1c37fb82caf9afd5e7c7945d68e2e559270e5e408a6d9f452ab78'
2016-07-05 05:36:26 +08:00
# github.com/sabnzbd/sabnzbd was verified as official when first introduced to the cask
2016-03-18 00:26:00 +08:00
url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg"
appcast 'https://github.com/sabnzbd/sabnzbd/releases.atom',
2017-01-14 06:53:12 +08:00
checkpoint: 'aff3949cf7e845bdd31324b749a6a7c73640af0256a7aaf53088a1926bc68b92'
2015-04-26 23:38:36 +08:00
name 'SABnzbd'
2015-06-29 14:32:18 +08:00
homepage 'https://sabnzbd.org/'
2017-01-14 06:53:12 +08:00
depends_on macos: '>= :yosemite'
2017-01-14 06:53:12 +08:00
app 'SABnzbd.app'
2014-11-22 22:24:20 +08:00
2016-03-18 00:26:00 +08:00
zap delete: '~/Library/Application Support/SABnzbd'
2013-05-25 18:06:20 +08:00
end