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 = "6385da19cf4b768f99874a4804a5361f4c4808178a9fd6f4cec9ce4c29c261d5 "
6
+ sha = "a048ec284a88b0f6caedd0d51747f14ccef2023ab094a183c826e8a35e296dcc "
7
7
else
8
8
os = "linux"
9
- sha = "74cc7a141d39475771696ad2f71dbce8969ab1486e30793d2c8bc7b724ea1880 "
9
+ sha = "2e7d3744f0ce88fca154e24a8ce81f11779679772488fb2d08fe845be0e1deb4 "
10
10
end
11
- url "https://files.inductiveautomation.com/release/ia/8.1.45/20250107-1021 /Ignition-#{ os } -x86-64-8.1.45 .zip" ,
11
+ url "https://files.inductiveautomation.com/release/ia/8.1.47/20250226-1340 /Ignition-#{ os } -x86-64-8.1.47 .zip" ,
12
12
referer : "https://inductiveautomation.com/"
13
- version "8.1.45 "
13
+ version "8.1.47 "
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