Skip to content

Commit c0f35c0

Browse files
authored
ignition: update to version 8.1.44 (#99)
1 parent f306209 commit c0f35c0

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 = "c41ccba4a493794278e18ebf1bd8632d555474417ccdb8127f1c37b5c7948967"
6+
sha = "1722b72f96b3d20db3eb9f1124316ab2e5dc9d11e9cfacd6c8a43f7c3e1322b7"
77
else
88
os = "linux"
9-
sha = "ebda4d54d066de46171d93aca082752fc11dc0fb7536fbcb6ba36f635f26e190"
9+
sha = "f668dc360180205e100e57f9762720c229da7969004adf9717093eafcf7a0076"
1010
end
11-
url "https://files.inductiveautomation.com/release/ia/8.1.43/20240820-1049/Ignition-#{os}-x86-64-8.1.43.zip",
11+
url "https://files.inductiveautomation.com/release/ia/8.1.44/20241022-1128/Ignition-#{os}-x86-64-8.1.44.zip",
1212
referer: "https://inductiveautomation.com/"
13-
version "8.1.43"
13+
version "8.1.44"
1414
sha256 sha.to_s
1515
license :cannot_represent
1616

0 commit comments

Comments
 (0)