Skip to content

Commit 363c2d0

Browse files
authored
ignition: update to version 8.1.47 (#102)
1 parent 6a0e673 commit 363c2d0

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 = "6385da19cf4b768f99874a4804a5361f4c4808178a9fd6f4cec9ce4c29c261d5"
6+
sha = "a048ec284a88b0f6caedd0d51747f14ccef2023ab094a183c826e8a35e296dcc"
77
else
88
os = "linux"
9-
sha = "74cc7a141d39475771696ad2f71dbce8969ab1486e30793d2c8bc7b724ea1880"
9+
sha = "2e7d3744f0ce88fca154e24a8ce81f11779679772488fb2d08fe845be0e1deb4"
1010
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",
1212
referer: "https://inductiveautomation.com/"
13-
version "8.1.45"
13+
version "8.1.47"
1414
sha256 sha.to_s
1515
license :cannot_represent
1616

0 commit comments

Comments
 (0)