Skip to content

Commit d0c7cd3

Browse files
committed
spirv-headers 1.4.321.0
1 parent 2946314 commit d0c7cd3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/s/spirv-headers.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SpirvHeaders < Formula
22
desc "Headers for SPIR-V"
33
homepage "https://github.com/KhronosGroup/SPIRV-Headers"
4-
url "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.4.313.0.tar.gz"
5-
sha256 "f68be549d74afb61600a1e3a7d1da1e6b7437758c8e77d664909f88f302c5ac1"
4+
url "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
5+
sha256 "5bbea925663d4cd2bab23efad53874f2718248a73dcaf9dd21dff8cb48e602fc"
66
license "MIT"
77
head "https://github.com/KhronosGroup/SPIRV-Headers.git", branch: "main"
88

@@ -11,8 +11,6 @@ class SpirvHeaders < Formula
1111
regex(/^(?:vulkan[._-])?sdk[._-]v?(\d+(?:\.\d+)+)$/i)
1212
end
1313

14-
no_autobump! because: :requires_manual_review
15-
1614
bottle do
1715
sha256 cellar: :any_skip_relocation, all: "2d07850b674da53b8fc098287bea1455cb9c2ec4adab305dea040980d8072676"
1816
end

0 commit comments

Comments
 (0)