We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc0164 commit cdaf9d9Copy full SHA for cdaf9d9
Formula/ignition@8.3.rb
@@ -18,7 +18,7 @@ class IgnitionAT83 < Formula
18
livecheck do
19
url "https://inductiveautomation.com/downloads/ignition/"
20
strategy :page_match
21
- regex(/"version"\s*:\s*"(8.3.(?:\d+-(?:beta|rc)\d+\b)?)"/i)
+ regex(/"version"\s*:\s*"(8.3.(:?\d+)*)"/i)
22
end
23
24
def install
0 commit comments