mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #158016 from p-linnane/codux-add-livecheck
codux: add livecheck
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user