Skip to content

Commit 7c65831

Browse files
authored
ignition@8.3: update to version 8.3.0-beta4 (#109)
1 parent 1e4a7f9 commit 7c65831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/ignition@8.3.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ class IgnitionAT83 < Formula
44
if OS.mac?
55
os = "macOs"
66
arch = "aarch64-64"
7-
sha = "9859a4bd7aa7d619eb374639b4acb210794efcc31147e02c1b1adab3f3131b28"
7+
sha = "8eae11eb2b9ac3721ba46d7a2db7e8aaca2149d14902f6138532215f9f8d4cb8"
88
else
99
os = "linux"
1010
arch = "x86-64"
11-
sha = "3e31f4da74c1f48f7d1ba5959e53bf33c68e49148b4acc9092fbbb71749feb5a"
11+
sha = "ded071ad72b14ab6f4462b006df31471d38261257c9f51b7ef1c96e1c21c30c3"
1212
end
13-
url "https://files.inductiveautomation.com/release/ia/8.3.0-beta3/20250811-1327/Ignition-#{os}-#{arch}-8.3.0-beta3.zip",
13+
url "https://files.inductiveautomation.com/release/ia/8.3.0-beta4/20250818-1055/Ignition-#{os}-#{arch}-8.3.0-beta4.zip",
1414
referer: "https://inductiveautomation.com/"
15-
version "8.3.0-beta3"
15+
version "8.3.0-beta4"
1616
sha256 sha.to_s
1717
license :cannot_represent
1818

0 commit comments

Comments
 (0)