Merge pull request #169027 from Homebrew/cardpresso-livecheck

cardpresso: update livecheck, add `auto_updates` true
This commit is contained in:
Miccal Matthews 2024-03-14 08:35:53 +08:00 committed by GitHub
commit 723ebb4674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,7 @@ calibre
canva
capacities
carbon-copy-cloner
cardpresso
chatall
chirp
chromedriver

View File

@ -8,9 +8,11 @@ cask "cardpresso" do
homepage "https://www.cardpresso.com/"
livecheck do
skip "No version information available"
url "https://www.cardpresso.com/cardpresso-software/latest-release/"
regex(/href=.*?cardPresso[._-]?v?(\d+(?:\.\d+)+)\.dmg/i)
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "cardPresso.app"