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 = "18a9a83bc7a70b677c61a1f3579bbaeaf3b15c1ba4aafa402465787f3ecf1819 "
7+ sha = "3ff519193d8998fb37f7354380f5f83057ba44e7a9d62b4cc4ffa062d1d1c809 "
88 else
99 os = "linux"
1010 arch = "x86-64"
11- sha = "aef041d9feb7d2a9132e408dfe9140b8d65f18c79a5ce05d88f4b529606f441f "
11+ sha = "a57550766c072a7ec47d26b3f8daa690805414044c5d336d1e5416730aeda5d4 "
1212 end
13- url "https://files.inductiveautomation.com/release/ia/8.3.0/20250915-1119 /Ignition-#{ os } -#{ arch } -8.3.0 .zip" ,
13+ url "https://files.inductiveautomation.com/release/ia/8.3.1/20251021-1008 /Ignition-#{ os } -#{ arch } -8.3.1 .zip" ,
1414 referer : "https://inductiveautomation.com/"
15- version "8.3.0 "
15+ version "8.3.1 "
1616 sha256 sha . to_s
1717 license :cannot_represent
1818
You can’t perform that action at this time.
0 commit comments