codux: add livecheck

This commit is contained in:
Patrick Linnane
2023-10-18 12:19:39 -07:00
parent 4fc43347d5
commit dc6d92c86d
+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"