Skip to content

Commit 7eee0d2

Browse files
committed
ignition@8.3: update to version 8.3.0-rc1
1 parent eac8aea commit 7eee0d2

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 = "8eae11eb2b9ac3721ba46d7a2db7e8aaca2149d14902f6138532215f9f8d4cb8"
7+
sha = "e070237937bd49218d666d79560e350c8e689c273096fd663dc810ff6e462d0a"
88
else
99
os = "linux"
1010
arch = "x86-64"
11-
sha = "ded071ad72b14ab6f4462b006df31471d38261257c9f51b7ef1c96e1c21c30c3"
11+
sha = "7c44b523f5a142d8594b53f9ccddf2c90df0ff2fbe630c4edb34c7357724155b"
1212
end
13-
url "https://files.inductiveautomation.com/release/ia/8.3.0-beta4/20250818-1055/Ignition-#{os}-#{arch}-8.3.0-beta4.zip",
13+
url "https://files.inductiveautomation.com/release/ia/8.3.0-rc1/20250826-1035/Ignition-#{os}-#{arch}-8.3.0-rc1.zip",
1414
referer: "https://inductiveautomation.com/"
15-
version "8.3.0-beta4"
15+
version "8.3.0-rc1"
1616
sha256 sha.to_s
1717
license :cannot_represent
1818
revision 1

0 commit comments

Comments
 (0)