File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class SpirvTools < Formula
22 desc "API and commands for processing SPIR-V modules"
33 homepage "https://github.com/KhronosGroup/SPIRV-Tools"
4- url "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.4.313 .0.tar.gz"
5- sha256 "6b60f723345ceed5291cceebbcfacf7fea9361a69332261fa08ae57e2a562005 "
4+ url "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.4.321 .0.tar.gz"
5+ sha256 "8327fb8f3e9472346a004c91dbb83a6e5f3b36c3846c142cf8c0dc8fac8710f3 "
66 license "Apache-2.0"
77 version_scheme 1
88 head "https://github.com/KhronosGroup/SPIRV-Tools.git" , branch : "main"
@@ -31,7 +31,7 @@ class SpirvTools < Formula
3131 resource "spirv-headers" do
3232 # revision number could be found as `spirv_headers_revision` in `./DEPS`
3333 url "https://github.com/KhronosGroup/SPIRV-Headers.git" ,
34- revision : "aa6cef192b8e693916eb713e7a9ccadf06062ceb "
34+ revision : "2a611a970fdbc41ac2e3e328802aed9985352dca "
3535 end
3636
3737 def install
You can’t perform that action at this time.
0 commit comments