quicken: add livecheck (#96545)

This commit is contained in:
Markus Reiter 2020-12-22 05:05:28 +01:00 committed by GitHub
parent e7316334b1
commit 7f62b70319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,11 +3,15 @@ cask "quicken" do
sha256 "8d067db5496fef10c187b94e7c0fc1dd663e17133608c686f8f90351096f4aed"
url "https://download.quicken.com/mac/Quicken/001/Release/031A96D9-EFE6-4520-8B6A-7F465DDAA3E4/Quicken-#{version.after_comma}/Quicken-#{version.after_comma}.zip"
appcast "https://download.quicken.com/mac/Quicken/001/Release/031A96D9-EFE6-4520-8B6A-7F465DDAA3E4/appcast.xml"
name "Quicken"
desc "Personal finance mananger"
homepage "https://www.quicken.com/mac"
livecheck do
url "https://download.quicken.com/mac/Quicken/001/Release/031A96D9-EFE6-4520-8B6A-7F465DDAA3E4/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :el_capitan"
app "Quicken.app"