homebrew-cask/Casks/nzbget.rb

23 lines
739 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nzbget' do
2017-04-09 05:27:28 +08:00
version '18.1'
sha256 '61acf00f3d274127a1e7c687a7215e04f04b76e04319d82b5fbd2556f1bc6c5a'
2015-06-28 08:30:22 +08:00
2016-06-18 06:32:16 +08:00
# github.com/nzbget/nzbget was verified as official when first introduced to the cask
2017-04-09 05:27:28 +08:00
url "https://github.com/nzbget/nzbget/releases/download/v#{version}/nzbget-#{version}-bin-macos.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/nzbget/nzbget/releases.atom',
2017-04-09 05:27:28 +08:00
checkpoint: 'fb133a71209efc75adc7820600ad76d7738a9d4346623b23aae97319d2df4cdb'
2015-06-28 08:30:22 +08:00
name 'NZBGet'
homepage 'http://nzbget.net/'
2015-06-28 08:30:22 +08:00
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