Skip to content

Commit ae4da2a

Browse files
authored
Merge pull request #235919 from Homebrew/bump-vulkan-headers-1.4.326
vulkan-headers vulkan-loader vulkan-profiles vulkan-tools vulkan-utility-libraries vulkan-validationlayers 1.4.326
2 parents 158948c + 1eb8da1 commit ae4da2a

File tree

6 files changed

+52
-57
lines changed

6 files changed

+52
-57
lines changed

Formula/v/vulkan-headers.rb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanHeaders < Formula
22
desc "Vulkan Header files and API registry"
33
homepage "https://github.com/KhronosGroup/Vulkan-Headers"
4-
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "5743da4e203456ef0a0d17950d448b4f70e93a19abdc547aa33c15482b4fec17"
4+
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "19eed9a3f1e96f7fa2a30317f99374103589fba5766f9743ab61265c6889c099"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main"
88

@@ -12,17 +12,12 @@ class VulkanHeaders < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "884063314a643b8ce44cc4eb5bf93155ef6c0f41f9bfd04eb5a0f9828a3daa09"
15+
sha256 cellar: :any_skip_relocation, all: "910c3ea85bbee4912a862f28a9816d6947e04f879879837c269d26fa1049dca9"
1616
end
1717

1818
depends_on "cmake" => :build
1919

2020
def install
21-
# Ensure bottles are uniform.
22-
inreplace "include/vulkan/vulkan.hpp" do |s|
23-
s.gsub! "/usr/local", HOMEBREW_PREFIX
24-
end
25-
2621
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
2722
system "cmake", "--install", "build"
2823
end

Formula/v/vulkan-loader.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanLoader < Formula
22
desc "Vulkan ICD Loader"
33
homepage "https://github.com/KhronosGroup/Vulkan-Loader"
4-
url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "029f58547cab96eb7b2c2b993e241b69635415c49cf8f8e7a610ad9f1ee3ce73"
4+
url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "86772b60eeef6f510586636b7cf7a0e0eabd9e9920bcabf6e8f3b1c2a634a4cc"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main"
88

@@ -12,14 +12,14 @@ class VulkanLoader < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "4e8de2508cfb9fc1139d9be50142ddd0ef34ba826e6b5a46a51db72a91129001"
16-
sha256 arm64_sonoma: "38fd14f3e4b95c255b1430377ef1e20b4fbeb2b34cc5bad4122279c8ef309226"
17-
sha256 arm64_ventura: "da0a985d018e181ad2285e7514c75a5b224aeed48cd1b22175cc106579c7fbc0"
18-
sha256 sequoia: "6b13fa3c933e2f1b0f5823d6fdb8b839a34300db0af7bcf0af210227d6be442d"
19-
sha256 sonoma: "f592e362fed13f7bfe0ce8c09f0b2a735a5bfe91d071a3cb37babfd0ab0027d0"
20-
sha256 ventura: "60d5c03e6be77293098f42c2716407964277a521d7646368eb2c048714b812de"
21-
sha256 arm64_linux: "af12767f5fdc8603fc24255de8a062c418585feebc9f5c1f009bc88d1fd58ee3"
22-
sha256 x86_64_linux: "4c2503d19ee5008a176548360a8249db5cbc9daf016e90b8d14b4d9fa9df1add"
15+
sha256 arm64_sequoia: "2b3d377d43d59f2576e136e706395c6c64dff5e077fa43c4b0a921b615f635a5"
16+
sha256 arm64_sonoma: "02cdf6f5f443acdb9fc7684ee59fa6ed08c8a92315dcfec18351e0c6cfc85c72"
17+
sha256 arm64_ventura: "4b6c12ca6de39603464a9f04cfd27ab7eb17ec0a8f95e2f472c33c468968a556"
18+
sha256 cellar: :any, sequoia: "ed9de26d11433881f00e9572d7efe2cadf6dece8f520409e6526d0948660fb31"
19+
sha256 cellar: :any, sonoma: "a5c5ca977934fd1c93386194d44066d151f1512b6329d8bffcd1a70eaf823e54"
20+
sha256 cellar: :any, ventura: "6cfb1455dbbe117736114fa04fe097c83d6171d34313ec57812624f1fab66d90"
21+
sha256 arm64_linux: "2565480a9902ab3d3654324ef86dad5654921fb9a51e97d0483a8e503904b05e"
22+
sha256 x86_64_linux: "87d668ca6646b0c3b3becf15e62d19a80a9699bccfcc1ca1d3e94f4722c08e4e"
2323
end
2424

2525
depends_on "cmake" => :build

Formula/v/vulkan-profiles.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanProfiles < Formula
22
desc "Tools for Vulkan profiles"
33
homepage "https://github.com/KhronosGroup/Vulkan-Profiles"
4-
url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "09bb074e3e67675c002a84726e70ad1bc70c3a74a66d5a82272cb5483878267b"
4+
url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "f7de5da64478c4b26f586302198d714508bfb84b23d0a4fb78fff8ad3bcaa5f6"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main"
88

@@ -12,13 +12,13 @@ class VulkanProfiles < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "cf4aa042948f090e0a29c2eaad947651f23474952d38f13ca622276197fc7ad4"
16-
sha256 cellar: :any, arm64_sonoma: "0b6e59737864ac8f63538d4ceca609d8148d2264b2c3bd1f4707de6f67cbe3bc"
17-
sha256 cellar: :any, arm64_ventura: "0b0e81d744f739b987fd93d1501f336bbe67141331780c64c3b5c70f12c91873"
18-
sha256 cellar: :any, sonoma: "28367160c912cf143784202eb2ed91682b3f1eb2e3e5d968b545f2a50e676a9a"
19-
sha256 cellar: :any, ventura: "95bdabed8383ea2680ca1cfdf674176b4fbfe28d014940ad96240a81c3a3c47c"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "ade1466bc4ce021a55da891dab0c28645f4733faeb89ca9128869eab56ac91a8"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "05f9432fa43baffb3e498afee31c01cd3f3a1c96852f826322fdc36cee4fa6bf"
15+
sha256 cellar: :any, arm64_sequoia: "9b2f47521ed8d6bb0f760ba2ebb0e77e5da3a1cb1d5e80abc8f4f17bfb80d5c7"
16+
sha256 cellar: :any, arm64_sonoma: "193d300fc5791da66a7a94f18266dc5cafba656e8d6d4f46370424cf4c3625f4"
17+
sha256 cellar: :any, arm64_ventura: "bc2bd84db62b80afc64cf8d4da30f373382df66d68a4afd0f70787456ff8c2a5"
18+
sha256 cellar: :any, sonoma: "4f699181074fba2674c045d940f1c86c2db3158887cd731fc4fba5b6ab7e66c2"
19+
sha256 cellar: :any, ventura: "136481e5b164a3ee1998aaca04a561b4355d64ddea997e449575d2a4ffa85402"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "a7c82ce84109308175861ce2c391d6691f4adcddbc2f04336941e3ec3343c712"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa1615f62db8bb829459f95ece365850af3775683121512d71055ee2a3f68255"
2222
end
2323

2424
depends_on "cmake" => :build

Formula/v/vulkan-tools.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanTools < Formula
22
desc "Vulkan utilities and tools"
33
homepage "https://github.com/KhronosGroup/Vulkan-Tools"
4-
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "8d4e921a1a66633210c48b9ecc0a7b79e578139e85636d8255e7de7bf265d40b"
4+
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "f5a6a26704a0ff61d40d608b21b1bec11db385442e6d983b60eb2ca461532ae5"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main"
88

@@ -12,13 +12,13 @@ class VulkanTools < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "428c778eb507613a35be7412dfc2a64ce0380d5bdd0e58fbc8985ab5d6d7c6c0"
16-
sha256 arm64_sonoma: "fd7690c386a4932bacee257d968f2e05d824f26387a9b96ce8199848e3d5913e"
17-
sha256 arm64_ventura: "fe5307b5d24ecfecbb454c0cb026aa8ee0c8a0226aeebf0557261696c96b2c81"
18-
sha256 cellar: :any, sonoma: "94f1f101b389c95d118dacf5913b316f2f05b088463dc0f23ce63e204a20198a"
19-
sha256 cellar: :any, ventura: "7ada8e7d2d24125fd8cd3c4aa6b995c857ebb16c3db93df2aba8a85756ebb4bc"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "c56a04a5e919cc1d5f47448d1327a4445150843700c046c7d21e0d28023484ee"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f823d4948cc1b3b58ca20976878d75757b7e811708ba919649ac7d89f0114093"
15+
sha256 cellar: :any, arm64_sequoia: "d5c179bdcd11cb77ef5f3506c504587ed2bd69bae4acac1983dbf1f90587708d"
16+
sha256 cellar: :any, arm64_sonoma: "0474cb9353bef73ea16ff4939edc8eff6acb7ff300be4f2c56b7aaea79b236b3"
17+
sha256 cellar: :any, arm64_ventura: "78760f112086969f24d23ee185129e1ede37eaa4c491749edcd90b53641a1a7c"
18+
sha256 cellar: :any, sonoma: "75286ff95c2427d13fe8ba0bcd49afb92164cd97a3d4f1c9e7fa7b1ae71efab7"
19+
sha256 cellar: :any, ventura: "5b53f8c0b0355f95e5d813ef4e78770d3d51833bc1c06b35638424324bf77668"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "4c24978d757039ead39e491d22462a175a2650d7a10d458e4eec6bc464ad093e"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9ba847f234d4f2201c0e2fea929c9e49f3b070f1da1201f602e3a7cc1e5aa80"
2222
end
2323

2424
depends_on "cmake" => :build

Formula/v/vulkan-utility-libraries.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanUtilityLibraries < Formula
22
desc "Utility Libraries for Vulkan"
33
homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries"
4-
url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "00077ecdc8ca82871784b0ec6efddf493dc8e27099ed5d21643a6677eabdcd93"
4+
url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "74bc0be35045bc4f3e7dd2b52fbf8141cda7329ab9d4f14c988442bd74f201c8"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main"
88

@@ -12,14 +12,14 @@ class VulkanUtilityLibraries < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b176dacf574d4e1d71d7f16f897b5c62c54377d5a35ddfded8cc70071721460e"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7992736fa2e3040e940f7dd59042c0c7b2435f635e917c360cf9b38af8e3da4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0e029c4d12c955d16e6f40446044ff195ebdf0b1f5342bdbebbae28f3f596052"
18-
sha256 cellar: :any_skip_relocation, sequoia: "3bdac7a4abffc26865cd8ade7cd0e47c1ecf0d1d7fb261c17df75eb651b178ee"
19-
sha256 cellar: :any_skip_relocation, sonoma: "c95c6fa18fc8c91cc3ea1d8224e9b280dac69fd5d579965e8b38f02e6c112e54"
20-
sha256 cellar: :any_skip_relocation, ventura: "14d79e5cc0eda671567af37902e38ddbda9ce49f9658fae7a78304a6fce81d40"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "df07eb3f34fe461152c39afc3fe4d4156c5446180bddfff7b4725c3be3fa9728"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1c87f9d7c596c5144f0eefec89dce9fe7362e67d6b1c0dd117d67295f0a0653"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ee979f1e6f5e0392a1b00060950851deeeee9df1bc7c5a17499b291986e331d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c6fec58e2c8d29866ea0d68b9744f3d7602526700aff09d20713b31929e8e86"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b314de9c02208b43a7ce118f61942ff88e2f406f4a11e45781a069bb9a312a2"
18+
sha256 cellar: :any_skip_relocation, sequoia: "90bc25ec56389359dfb4c23c7e7b133ac9930e0ca1c0203dd832ac415b046697"
19+
sha256 cellar: :any_skip_relocation, sonoma: "d06011c1c9f4f54792c38f58d78c59a5b776edf778082f6c32612c171eda985b"
20+
sha256 cellar: :any_skip_relocation, ventura: "439b2f225c7f8d8cc75749cff606b943bde3ae21206137fda50104f2bd8c5d3c"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "9bd1599f48a1b0f070fb3f9ad2772b4c5718cb5e6de46f847191dccae8d66c63"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2464d0b44e1038931d9aa8d76e51fe6acf26e061b762e08cb6252a30b1b1e22"
2323
end
2424

2525
depends_on "cmake" => :build

Formula/v/vulkan-validationlayers.rb

Lines changed: 11 additions & 11 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.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

@@ -12,13 +12,13 @@ class VulkanValidationlayers < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c1ee117b35b4b08a13c927a81aa325e87d7d90d71b2b49cffb05fa0e422b9f4"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a133c3ca4ccb0d20ed56a1b3c45f1871c5cc151d404aa7621b6a286b4ad65b2"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab38ed825eb5c4dafe5d975cfe4e5abb08c059519fc4ac0e9d56aa48e823bcf7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "fe59291e9950adb617f5b02fdc28711c7c085ab9448db9491900dff92c76b6ed"
19-
sha256 cellar: :any_skip_relocation, ventura: "d4b1f19eb6a90309056299ed10c625e519daff2b22a01fcb41a427728549cd52"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "0c5e9cae340e541fe73b52f66ddf604df66d1a53af9842707c5a322dacf76d2c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "851b87160fb49c20b8d386690ab6d2d38d6645b713ad2a45a4df5a74091b2621"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f56989c5a3b359d448ee2893d2508046a64c285c31b35ea92ad2b33b33ed03b"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae729c20f262dffbbd3c31281629e7c26e1fc0236103c21eafda5ad54ccf84e0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "624ea7227f49f8fd45ea615d30eb1c19444fd8ff5485cbf385179a532a82b616"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e79cb999b73934574c1041deec7b8855714dab93036b8aeae77c0621ad31533b"
19+
sha256 cellar: :any_skip_relocation, ventura: "2a80a4cb4418116ee0662bc814c95f2b919acd4464362c1b378153ac73b0d3dc"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "e1c45bf0c1f281d4cfa08d029f75eea2cf91dc7d5d1f1657d19dea1ff4feec1a"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3caf9efe8dd0e9cee6004fa2cf71bf4c732b5d6fe1a075ee3e87d9c5844f01e4"
2222
end
2323

2424
depends_on "cmake" => :build
@@ -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

0 commit comments

Comments
 (0)