Skip to content

Commit d20f780

Browse files
BrewTestBotchenrui333
authored andcommitted
glslang 15.3.0
glslang: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent f5edcef commit d20f780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/glslang.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ class Glslang < Formula
44
license all_of: ["BSD-3-Clause", "GPL-3.0-or-later", "MIT", "Apache-2.0"]
55

66
stable do
7-
url "https://github.com/KhronosGroup/glslang/archive/refs/tags/15.1.0.tar.gz"
8-
sha256 "4bdcd8cdb330313f0d4deed7be527b0ac1c115ff272e492853a6e98add61b4bc"
7+
url "https://github.com/KhronosGroup/glslang/archive/refs/tags/15.3.0.tar.gz"
8+
sha256 "c6c21fe1873c37e639a6a9ac72d857ab63a5be6893a589f34e09a6c757174201"
99

1010
resource "SPIRV-Tools" do
1111
# in known_good.json
1212
url "https://github.com/KhronosGroup/SPIRV-Tools.git",
13-
revision: "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346"
13+
revision: "a62abcb402009b9ca5975e6167c09f237f630e0e"
1414
end
1515

1616
resource "SPIRV-Headers" do
1717
# in known_good.json
1818
url "https://github.com/KhronosGroup/SPIRV-Headers.git",
19-
revision: "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b"
19+
revision: "aa6cef192b8e693916eb713e7a9ccadf06062ceb"
2020
end
2121
end
2222

0 commit comments

Comments
 (0)