Skip to content

Commit e8a1478

Browse files
BrewTestBotchenrui333
authored andcommitted
vulkan-validationlayers 1.4.312
vulkan-validationlayers: update deps Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 5bf1d8e commit e8a1478

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.311.tar.gz"
5-
sha256 "d784393c9fd2b8c3f9ca71aa14cee5fd0690227e433c16895ea9c6db0e1b43a1"
4+
url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "e761c55eb460cd8923f9c9772031e9e2b7ce215d01d0ebb6ca7e41f112df4faf"
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: "ddd2c099be25e3fec7cdc14106c17aca99512082"
43+
revision: "8c88e0c4c94a21de825efccba5f99a862b049825"
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: "ba1359d203e544bd458373ba249a47c44e97b071"
49+
revision: "393d5c7df150532045c50affffea2df22e8231b0"
5050
end
5151

5252
def install

0 commit comments

Comments
 (0)