homebrew-cask/Casks/nzbget.rb

19 lines
679 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nzbget' do
2017-07-13 05:51:12 +08:00
version '19.1'
sha256 '31968feb84de337353d3a8387e3ac3cba2c1cebe2e9a432b7ff4e42407c1dea8'
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-07-13 05:51:12 +08:00
checkpoint: '23cbf7664ec459011bc7f3df37a702dcba86e0ba17437e6a8326739ce8c128ac'
2015-06-28 08:30:22 +08:00
name 'NZBGet'
homepage 'https://nzbget.net/'
2015-06-28 08:30:22 +08:00
app 'NZBGet.app'
2017-06-21 09:47:44 +08:00
zap trash: [
'~/Library/Application Support/NZBGet',
'~/Library/Preferences/net.sourceforge.nzbget.plist',
]
2015-06-28 08:30:22 +08:00
end