Skip to content

Commit 3b2acfc

Browse files
BrewTestBotchenrui333
authored andcommitted
shaderc 2025.3
shaderc: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent ffcc15d commit 3b2acfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/s/shaderc.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ class Shaderc < Formula
44
license "Apache-2.0"
55

66
stable do
7-
url "https://github.com/google/shaderc/archive/refs/tags/v2025.2.tar.gz"
8-
sha256 "3fddc13bbb87411c6f7b8f447e87c1637933450087e70fc21da650041f4e0132"
7+
url "https://github.com/google/shaderc/archive/refs/tags/v2025.3.tar.gz"
8+
sha256 "a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937"
99

1010
resource "glslang" do
1111
# https://github.com/google/shaderc/blob/known-good/known_good.json
1212
url "https://github.com/KhronosGroup/glslang.git",
13-
revision: "8b822ee8ac2c3e52926820f46ad858532a895951"
13+
revision: "efd24d75bcbc55620e759f6bf42c45a32abac5f8"
1414
end
1515

1616
resource "spirv-headers" do
1717
# https://github.com/google/shaderc/blob/known-good/known_good.json
1818
url "https://github.com/KhronosGroup/SPIRV-Headers.git",
19-
revision: "54a521dd130ae1b2f38fef79b09515702d135bdd"
19+
revision: "2a611a970fdbc41ac2e3e328802aed9985352dca"
2020
end
2121

2222
resource "spirv-tools" do
2323
# https://github.com/google/shaderc/blob/known-good/known_good.json
2424
url "https://github.com/KhronosGroup/SPIRV-Tools.git",
25-
revision: "f289d047f49fb60488301ec62bafab85573668cc"
25+
revision: "33e02568181e3312f49a3cf33df470bf96ef293a"
2626
end
2727
end
2828

0 commit comments

Comments
 (0)