pdf-expert: add livecheck (#96509)

This commit is contained in:
Markus Reiter 2020-12-22 17:20:54 +01:00 committed by GitHub
parent d2ce51570b
commit e9351fa2f8
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 "pdf-expert" do
url "https://d1ke680phyeohy.cloudfront.net/versions/#{version.after_comma}/PDFExpert.dmg",
verified: "d1ke680phyeohy.cloudfront.net/versions/"
appcast "https://d1ke680phyeohy.cloudfront.net/release/appcast.xml"
name "PDF Expert"
desc "PDF reader, editor and annotator"
homepage "https://pdfexpert.com/"
livecheck do
url "https://d1ke680phyeohy.cloudfront.net/release/appcast.xml"
strategy :sparkle
end
auto_updates true
conflicts_with cask: "homebrew/cask-versions/pdf-expert-beta"
depends_on macos: ">= :sierra"