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.325 .tar.gz"
5- sha256 "4983942109897105aab30035d2c9c55eee697d532a5cda9faeb8a09334d803a2 "
4+ url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.326 .tar.gz"
5+ sha256 "41b0a3d5b8a0a1ed395650adfc453b9711ee02c27abdc27845dc58c683d31268 "
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 : "de1807b7cfa8e722979d5ab7b7445b258dbc1836 "
43+ revision : "e6d5e88c07cc66a798b668945e7fb29ec1cfee27 "
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 : "cb2f796b2d6da09a4fea123b061f177f767e63c8 "
49+ revision : "fda5a216e9d25fa2eeda73ec8436b96e395ce5d5 "
5050 end
5151
5252 def install
You can’t perform that action at this time.
0 commit comments