File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ class Glslang < Formula
4
4
license all_of : [ "BSD-3-Clause" , "GPL-3.0-or-later" , "MIT" , "Apache-2.0" ]
5
5
6
6
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 "
9
9
10
10
resource "SPIRV-Tools" do
11
11
# in known_good.json
12
12
url "https://github.com/KhronosGroup/SPIRV-Tools.git" ,
13
- revision : "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346 "
13
+ revision : "a62abcb402009b9ca5975e6167c09f237f630e0e "
14
14
end
15
15
16
16
resource "SPIRV-Headers" do
17
17
# in known_good.json
18
18
url "https://github.com/KhronosGroup/SPIRV-Headers.git" ,
19
- revision : "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b "
19
+ revision : "aa6cef192b8e693916eb713e7a9ccadf06062ceb "
20
20
end
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments