Skip to content

Commit 2b99cbf

Browse files
authored
Merge pull request #216987 from Homebrew/bump-vulkan-extensionlayer-1.4.311
vulkan-extensionlayer 1.4.311
2 parents c7785fb + 228b54b commit 2b99cbf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/vulkan-extensionlayer.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanExtensionlayer < Formula
22
desc "Layer providing Vulkan features when native support is unavailable"
33
homepage "https://github.com/KhronosGroup/Vulkan-ExtensionLayer"
4-
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.4.310.tar.gz"
5-
sha256 "b790c70f4ecc83f8d4884c4382d53588bb3c7a34f65ed86d52d0872ae0ee447a"
4+
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.4.311.tar.gz"
5+
sha256 "ed60fba57383d487f1d8b3fcec2bf3fb467258ac09dc57ddf86e95b46f9f5c93"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-ExtensionLayer.git", branch: "main"
88

@@ -12,12 +12,12 @@ class VulkanExtensionlayer < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a5b4a8c5cf2461ce6a9df30ec795ebad04a61fb3eec0b2f0277a592d5b4287d"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d14750cf9674fd8f3d4cb66b8cfd988010d98a2862a021f45e0eb5949ccdcd5f"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "99523a044c2f1d68f36b4a9d9cfae9513c4d80e0fc3af183b01d3ab1dc61d9db"
18-
sha256 cellar: :any_skip_relocation, sonoma: "4962f84605cd67940f811a1289840a3b45103586b4ca9e6ea7915b18f3729337"
19-
sha256 cellar: :any_skip_relocation, ventura: "46f94982c6ce78166e9ac0b6f3a3e8a9411ce2f407fe84903f02f9cabd2aff53"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b75c601b8d3fabf7778e3053501fd21b4c9f9595445532f866b6144f3532b63f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28a29d129448d3e8f122c597aa533172e9c8c802066ff36d8fe95528d0acc80b"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb958b35164908ecb3ea541cb00d4ccb35b634e5d852d8ec20d7157e019aeb65"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "54223d904469439a4e9233c6752a8b56e4b59f47c795e0c096e475f7140bea06"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0d094efaba715d4e0ebe71f108a55e2d5f2a38be8b26c0d668b3f139f707094e"
19+
sha256 cellar: :any_skip_relocation, ventura: "9f349f1c0e701c74548e55df1c6144fa8426cf45ac0429a12ab2b5fcb001fb17"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a55f0bdccaea400e111ab36dc3ddec816444dc79b4da51c4b1c35e5db8ecb79b"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)