Merge pull request #158016 from p-linnane/codux-add-livecheck

codux: add livecheck
This commit is contained in:
Rui Chen
2023-10-18 15:29:41 -04:00
committed by GitHub
+6
View File
@@ -11,6 +11,12 @@ cask "codux" do
desc "React IDE built to visually edit component styling and layouts"
homepage "https://www.codux.com/"
livecheck do
url "https://www.codux.com/download"
regex(/href=.*?Codux[._-]v?(\d+(?:\.\d+)+)[._-](?:x64|arm64).dmg/i)
strategy :page_match
end
depends_on macos: ">= :catalina"
app "Codux.app"