File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ class Ignition < Formula
3
3
homepage "https://inductiveautomation.com/"
4
4
if OS . mac?
5
5
os = "macOs"
6
- sha = "1722b72f96b3d20db3eb9f1124316ab2e5dc9d11e9cfacd6c8a43f7c3e1322b7 "
6
+ sha = "6385da19cf4b768f99874a4804a5361f4c4808178a9fd6f4cec9ce4c29c261d5 "
7
7
else
8
8
os = "linux"
9
- sha = "f668dc360180205e100e57f9762720c229da7969004adf9717093eafcf7a0076 "
9
+ sha = "74cc7a141d39475771696ad2f71dbce8969ab1486e30793d2c8bc7b724ea1880 "
10
10
end
11
- url "https://files.inductiveautomation.com/release/ia/8.1.44/20241022-1128 /Ignition-#{ os } -x86-64-8.1.44 .zip" ,
11
+ url "https://files.inductiveautomation.com/release/ia/8.1.45/20250107-1021 /Ignition-#{ os } -x86-64-8.1.45 .zip" ,
12
12
referer : "https://inductiveautomation.com/"
13
- version "8.1.44 "
13
+ version "8.1.45 "
14
14
sha256 sha . to_s
15
15
license :cannot_represent
16
16
You can’t perform that action at this time.
0 commit comments