Skip to content

Commit 6a0e673

Browse files
authored
ignition: update to version 8.1.45 (#100)
1 parent c0f35c0 commit 6a0e673

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Formula/ignition.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ class Ignition < Formula
33
homepage "https://inductiveautomation.com/"
44
if OS.mac?
55
os = "macOs"
6-
sha = "1722b72f96b3d20db3eb9f1124316ab2e5dc9d11e9cfacd6c8a43f7c3e1322b7"
6+
sha = "6385da19cf4b768f99874a4804a5361f4c4808178a9fd6f4cec9ce4c29c261d5"
77
else
88
os = "linux"
9-
sha = "f668dc360180205e100e57f9762720c229da7969004adf9717093eafcf7a0076"
9+
sha = "74cc7a141d39475771696ad2f71dbce8969ab1486e30793d2c8bc7b724ea1880"
1010
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",
1212
referer: "https://inductiveautomation.com/"
13-
version "8.1.44"
13+
version "8.1.45"
1414
sha256 sha.to_s
1515
license :cannot_represent
1616

0 commit comments

Comments
 (0)