openaudible: add livecheck (#98908)

This commit is contained in:
SeekerTestBot 2021-01-28 06:31:10 -08:00 committed by GitHub
parent fa7f5b2a9f
commit 04025f4066
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,11 +4,15 @@ cask "openaudible" do
url "https://github.com/openaudible/openaudible/releases/download/v#{version}/OpenAudible_#{version}_mac.dmg",
verified: "github.com/openaudible/"
appcast "https://github.com/openaudible/openaudible/releases.atom"
name "OpenAudible"
desc "Open-source audible manager"
homepage "https://openaudible.org/"
livecheck do
url :url
strategy :github_latest
end
app "OpenAudible.app"
zap trash: "/Library/OpenAudible"