couchpotato: add livecheck (#97604)

This commit is contained in:
Markus Reiter 2021-01-09 16:30:40 +01:00 committed by GitHub
parent 7546043ea6
commit cc3560c699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -4,11 +4,16 @@ cask "couchpotato" do
url "https://github.com/CouchPotato/CouchPotatoServer/releases/download/build%2F#{version}/CouchPotato-#{version}.macosx-10_6-intel.zip",
verified: "github.com/CouchPotato/CouchPotatoServer/"
appcast "https://github.com/CouchPotato/CouchPotatoServer/releases.atom"
name "CouchPotato"
desc "Automatic Movie Downloading via NZBs & Torrents"
homepage "https://couchpota.to/"
livecheck do
url :url
strategy :git
regex(%r{^build/(\d+(?:\.\d+)*)$}i)
end
app "CouchPotato.app"
zap trash: "~/Library/Application Support/CouchPotato"