Skip to content

Commit 7b1067f

Browse files
BrewTestBotchenrui333
authored andcommitted
vulkan-validationlayers 1.4.316
vulkan-validationlayers: update deps Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 3c6bbf7 commit 7b1067f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/v/vulkan-validationlayers.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanValidationlayers < Formula
22
desc "Vulkan layers that enable developers to verify correct use of the Vulkan API"
33
homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers"
4-
url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.315.tar.gz"
5-
sha256 "9e85fcd793fb1ee871ea8e293cb1f9736473614be23dd03a0dec8a5d1cee918c"
4+
url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.316.tar.gz"
5+
sha256 "afd7baf50d20da649a6b1fac2e291fa598e574a1c10526e50214557a98608644"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main"
88

@@ -40,13 +40,13 @@ class VulkanValidationlayers < Formula
4040
# https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L32
4141
resource "SPIRV-Headers" do
4242
url "https://github.com/KhronosGroup/SPIRV-Headers.git",
43-
revision: "aa6cef192b8e693916eb713e7a9ccadf06062ceb"
43+
revision: "c9aad99f9276817f18f72a4696239237c83cb775"
4444
end
4545

4646
# https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/v#{version}/scripts/known_good.json#L46
4747
resource "SPIRV-Tools" do
4848
url "https://github.com/KhronosGroup/SPIRV-Tools.git",
49-
revision: "a62abcb402009b9ca5975e6167c09f237f630e0e"
49+
revision: "da48bb20bdfc8a214d5bffdacca2d1d2ae849009"
5050
end
5151

5252
def install

0 commit comments

Comments
 (0)