sabnzbd: add livecheck (#98928)

This commit is contained in:
SeekerTestBot 2021-01-28 06:23:43 -08:00 committed by GitHub
parent 53341019ef
commit c1d4dddab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -4,10 +4,14 @@ cask "sabnzbd" do
url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg",
verified: "github.com/sabnzbd/sabnzbd/"
appcast "https://github.com/sabnzbd/sabnzbd/releases.atom"
name "SABnzbd"
homepage "https://sabnzbd.org/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :yosemite"
app "SABnzbd.app"