omnigraffle: add livecheck (#96886)

This commit is contained in:
Markus Reiter 2020-12-25 16:13:56 +01:00 committed by GitHub
parent 8530093623
commit 4c5a5a2dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -13,11 +13,15 @@ cask "omnigraffle" do
url "https://downloads.omnigroup.com/software/MacOSX/10.14/OmniGraffle-#{version}.dmg"
end
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.omnigroup.com/download/latest/omnigraffle/"
name "OmniGraffle"
desc "Visual communication software"
homepage "https://www.omnigroup.com/omnigraffle/"
livecheck do
url "https://www.omnigroup.com/download/latest/omnigraffle/"
strategy :header_match
end
auto_updates true
depends_on macos: ">= :sierra"