homebrew-cask/Casks/nzbget.rb

24 lines
732 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nzbget' do
2015-12-07 04:38:32 +08:00
version '16.4'
sha256 '90d7c1282f89e9cab67dd2681b76b45889481fb188ea7de0a06b842b9d7b5589'
2015-06-28 08:30:22 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/nzbget/nzbget/releases/download/v#{version}/nzbget-#{version}-bin-osx.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/nzbget/nzbget/releases.atom',
checkpoint: '8baed2fe56a2d408266e7d5aa88285ffbd46184f2717da1d7d6b3039d79dac31'
2015-06-28 08:30:22 +08:00
name 'NZBGet'
homepage 'http://nzbget.net'
2015-06-28 08:30:22 +08:00
license :gpl
app 'NZBGet.app'
postflight do
suppress_move_to_applications
end
zap delete: [
'~/Library/Application Support/NZBGet',
'~/Library/Preferences/net.sourceforge.nzbget.plist',
]
2015-06-28 08:30:22 +08:00
end