From 580def15408703bc59be0ec9c8219991bde20f58 Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Sun, 12 Nov 2023 16:54:45 -0500 Subject: [PATCH 1/2] codux 15.14.0 --- Casks/c/codux.rb | 6 +++--- audit_exceptions/github_prerelease_allowlist.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Casks/c/codux.rb b/Casks/c/codux.rb index 212edaf5ae..a56a046eda 100644 --- a/Casks/c/codux.rb +++ b/Casks/c/codux.rb @@ -1,9 +1,9 @@ cask "codux" do arch arm: "arm64", intel: "x64" - version "15.13.0" - sha256 arm: "62becb8c027367dd59382dc00abedebd781f61a3be1c89829e948cde726fdf79", - intel: "68afa3ba2e7b6519fcdabc4170a0123b5c891916bb675a7dfb04ec87d8c0185c" + version "15.14.0" + sha256 arm: "400df099ec593ee49d87206f1cd9e7b3c18fc46e0f56bfe10cf32af24c35dc95", + intel: "b3d986ee1e5c904900894feab3dcc1505435243d93b4118cd68efeb36600dac8" url "https://github.com/wixplosives/codux-versions/releases/download/#{version}/Codux-#{version}.#{arch}.dmg", verified: "github.com/wixplosives/codux-versions/" diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 2dd4f7be17..923389adc9 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -2,6 +2,7 @@ "altdeploy": "all", "bitbar": "all", "cleartext": "all", + "codux": "all", "comma-chameleon": "all", "crypter": "all", "drop-to-gif": "all", From 741e2ca892d7a870526c068dce19d7142a67a2ae Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Mon, 13 Nov 2023 10:03:48 +1100 Subject: [PATCH 2/2] Update codux.rb --- Casks/c/codux.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/c/codux.rb b/Casks/c/codux.rb index a56a046eda..b5a3ea907e 100644 --- a/Casks/c/codux.rb +++ b/Casks/c/codux.rb @@ -14,7 +14,6 @@ cask "codux" do livecheck do url "https://www.codux.com/download" regex(/href=.*?Codux[._-]v?(\d+(?:\.\d+)+)[._-]#{arch}\.dmg/i) - strategy :page_match end depends_on macos: ">= :catalina"