Merge pull request #158017 from razvanazamfirei/codux-livecheck

codux: livecheck change
This commit is contained in:
Patrick Linnane
2023-10-18 12:41:31 -07:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ cask "codux" do
livecheck do
url "https://www.codux.com/download"
regex(/href=.*?Codux[._-]v?(\d+(?:\.\d+)+)[._-](?:x64|arm64).dmg/i)
regex(/href=.*?Codux[._-]v?(\d+(?:\.\d+)+)[._-](?:x64|arm64)\.dmg/i)
strategy :page_match
end