Skip to content

Commit 30d620b

Browse files
committed
spirv-tools 1.4.321
Signed-off-by: botantony <[email protected]>
1 parent 5cfa72c commit 30d620b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/spirv-tools.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)