File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ class IgnitionAT83 < Formula
44 if OS . mac?
55 os = "macOs"
66 arch = "aarch64-64"
7- sha = "d97f8f888d94cc8a6768efa4fea56849581a6af6c550b6308dd6c30984361373 "
7+ sha = "9859a4bd7aa7d619eb374639b4acb210794efcc31147e02c1b1adab3f3131b28 "
88 else
99 os = "linux"
1010 arch = "x86-64"
11- sha = "26d494aee7204b4671deb003def6551aec9e2a0fc523695e5b51a024365a3840 "
11+ sha = "3e31f4da74c1f48f7d1ba5959e53bf33c68e49148b4acc9092fbbb71749feb5a "
1212 end
13- url "https://files.inductiveautomation.com/release/ia/8.3.0-beta2/20250804-0931 /Ignition-#{ os } -#{ arch } -8.3.0-beta2 .zip" ,
13+ url "https://files.inductiveautomation.com/release/ia/8.3.0-beta3/20250811-1327 /Ignition-#{ os } -#{ arch } -8.3.0-beta3 .zip" ,
1414 referer : "https://inductiveautomation.com/"
15- version "8.3.0-beta2 "
15+ version "8.3.0-beta3 "
1616 sha256 sha . to_s
1717 license :cannot_represent
1818
You can’t perform that action at this time.
0 commit comments