File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments