File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,16 @@ class IgnitionAT83 < Formula
44 if OS . mac?
55 os = "macOs"
66 arch = "aarch64-64"
7- sha = "8eae11eb2b9ac3721ba46d7a2db7e8aaca2149d14902f6138532215f9f8d4cb8 "
7+ sha = "e070237937bd49218d666d79560e350c8e689c273096fd663dc810ff6e462d0a "
88 else
99 os = "linux"
1010 arch = "x86-64"
11- sha = "ded071ad72b14ab6f4462b006df31471d38261257c9f51b7ef1c96e1c21c30c3 "
11+ sha = "7c44b523f5a142d8594b53f9ccddf2c90df0ff2fbe630c4edb34c7357724155b "
1212 end
13- url "https://files.inductiveautomation.com/release/ia/8.3.0-beta4/20250818-1055 /Ignition-#{ os } -#{ arch } -8.3.0-beta4 .zip" ,
13+ url "https://files.inductiveautomation.com/release/ia/8.3.0-rc1/20250826-1035 /Ignition-#{ os } -#{ arch } -8.3.0-rc1 .zip" ,
1414 referer : "https://inductiveautomation.com/"
15- version "8.3.0-beta4"
1615 sha256 sha . to_s
1716 license :cannot_represent
18- revision 1
1917
2018 livecheck do
2119 url "https://inductiveautomation.com/downloads/ignition/"
You can’t perform that action at this time.
0 commit comments