phinze/homebrew-cask

View on GitHub
Casks/s/sabnzbd.rb

Summary

Maintainability
A
35 mins
Test Coverage
cask "sabnzbd" do
  version "4.3.3"
  sha256 "bfaf22c8008d4c95ad467f381e8ce070de7d752a0b0d4cd20593e64c04d95653"

  url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg",
      verified: "github.com/sabnzbd/sabnzbd/"
  name "SABnzbd"
  desc "Binary newsreader"
  homepage "https://sabnzbd.org/"

  livecheck do
    url :url
    strategy :github_latest
  end

  app "SABnzbd.app"

  zap trash: "~/Library/Application Support/SABnzbd"
end