Skip to content

Commit 4c13ea9

Browse files
authored
Merge pull request #230265 from botantony/bump-spirv-headers-1.4.321.0
spirv-headers 1.4.321.0
2 parents 9c2b34b + a851d5a commit 4c13ea9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/s/spirv-headers.rb

Lines changed: 3 additions & 5 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,10 +11,8 @@ 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
17-
sha256 cellar: :any_skip_relocation, all: "2d07850b674da53b8fc098287bea1455cb9c2ec4adab305dea040980d8072676"
15+
sha256 cellar: :any_skip_relocation, all: "d4e4cb49ae86e01c4659fa3d80db8a2124034ca60f01221fa67cf75bad623241"
1816
end
1917

2018
depends_on "cmake" => [:build, :test]

0 commit comments

Comments
 (0)