Skip to content

Commit 36be7c6

Browse files
authored
Merge pull request Homebrew#218707 from Homebrew/bump-vulkan-validationlayers-1.4.312
vulkan* 1.4.312
2 parents 4c81375 + 4f8434e commit 36be7c6

File tree

5 files changed

+44
-41
lines changed

5 files changed

+44
-41
lines changed

Formula/v/vulkan-headers.rb

Lines changed: 3 additions & 3 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.311.tar.gz"
5-
sha256 "7989c360b870bcc2de52b9fd626fd2ba7a212fe177ade3aa3a10b2bcb61f8689"
4+
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "0f1eb34aa1182baf636e3dbedc9e9ce0acad87794ea15e94378b5deeeb17463f"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "9abdf7788f1cbed5ca5f1d9ea9648d4ca4f74769b5f485464d326a015c863c13"
15+
sha256 cellar: :any_skip_relocation, all: "e61e8fead243038d66d1c373ac65aaca2fb6ee449977e02a6099657ae172bcd7"
1616
end
1717

1818
depends_on "cmake" => :build

Formula/v/vulkan-loader.rb

Lines changed: 10 additions & 9 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.311.tar.gz"
5-
sha256 "bcebd281753384a2b019a633e6a81dca0e75414f0c8ec49f56edfcda8020ec20"
4+
url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "aff1a255bc32e6500e6a435d0c331fde268b823da3888f549af97ee226fa9530"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main"
88

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

1414
bottle do
15-
sha256 arm64_sequoia: "9f37c926807cbb20f411245c875b6130e5975f21ac58619529894726f911c8ef"
16-
sha256 arm64_sonoma: "c7c2f4233a9ea4723a1c4dd439105fd6c17265d25adcd0f2631a636f73da1c51"
17-
sha256 arm64_ventura: "799cf2b5262b7230bee356127dd409e98d9250890a753d533f2bbd162f86bc31"
18-
sha256 sonoma: "f70ad361257e259d577cc57e1e245b0773df8d3fb8a7f31fa53433f5267e13d7"
19-
sha256 ventura: "d6931de3ac96f85c6374f9322cce35af70e4808577ccbd12f57bf046a760f2f0"
20-
sha256 arm64_linux: "b36c588ab4587a9e61fa1654fdf6f987db79735edcc753e1fd57390a6c147c16"
21-
sha256 x86_64_linux: "89c639bab5d525f935d89ffe667903a9132adebcbec9c399848cf78a0561d7b0"
15+
sha256 arm64_sequoia: "64f4dc9ef0e72a0ae9291398a24216ff710dba8efca44e1736e6728b962b70ba"
16+
sha256 arm64_sonoma: "19080b88ec4476c97db7618a6b2e5ecb17263ad8a5243f13933794ecf1a59f4d"
17+
sha256 arm64_ventura: "0d72465ce25eeee629466df786a504b0651d6c551429f7a74a2046e1d187c28e"
18+
sha256 sequoia: "eae3a6295c26bf754e6e25d5ed11d30436a48cc2b432c616530d584fb6121a66"
19+
sha256 sonoma: "062ec15575ae670f8269452ef7b5bf5ef615bf8a30358f1688f4c5c2968fe7ff"
20+
sha256 ventura: "fcbeee954083e9cab018a9cbe0fe6e47c1d8a7ea454ac6cfa58d7ba7f047cb0b"
21+
sha256 arm64_linux: "1d09862de20b01d521c39f21a66d1f2e7a01ef2e528b727e220f39e482764bf3"
22+
sha256 x86_64_linux: "31684c497f63be6f43a5c9f2ee9e1788e0bb69cbd3e04a9293426d8ba1aa419e"
2223
end
2324

2425
depends_on "cmake" => :build

Formula/v/vulkan-tools.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
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.311.tar.gz"
5-
sha256 "7113bc0c746b45072e269fada0d684b4ae9de609c38d9e764b59793b14120a7b"
4+
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "e7052a8ac9ba730442cf5ca87dba28ac5b6bd3b3f9e55cfc115e14081a9f5fec"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main"
8+
89
livecheck do
910
url :stable
1011
regex(/^v?(\d+(?:\.\d+)+)$/i)
1112
end
1213

1314
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "6458828c665ac5979e243bb3e9ce64ed1ca9d603c73381f937e9d100fb076fb3"
15-
sha256 cellar: :any, arm64_sonoma: "fd861e5b6e38adac91fdd7610100475a17070012acb62c5f6809bec214006bae"
16-
sha256 cellar: :any, arm64_ventura: "27d6d9c2391c82ce8bbfa869d4c7d03c1e23802f50447795cee8a2b8788757e6"
17-
sha256 cellar: :any, sonoma: "c13f274d98eecc699487a415aac33da49cbe1ba506c9d875e8d5a9e3ce3201ae"
18-
sha256 cellar: :any, ventura: "c121d2c91772dc43b7455c79f7153d46a0f4f3d0b29aae9488db176e1098f51b"
19-
sha256 arm64_linux: "f1d78d7f8b9c10ccfdff74ab4eac2b1bbcd3f893cc5eb43a232c112248633c2c"
20-
sha256 x86_64_linux: "e968bac16776a6cf96ea9043ace2e4d3aa55a18de736783396a0ba7d51242723"
15+
sha256 cellar: :any, arm64_sequoia: "3e7f4edcfdbabb24454d6d66332ced8c4356262d9f1e2bc179214aaa4d8d8461"
16+
sha256 cellar: :any, arm64_sonoma: "3b92acbe2ffdd6259a39d9f9cb6ebb881a75e8f730360f6c3fcc5d1318fb79fa"
17+
sha256 cellar: :any, arm64_ventura: "e61d04441ad3f86b0ee2f451f69bc0f17e144d140e30020dcb78499b87b74ec7"
18+
sha256 cellar: :any, sonoma: "b19a277da387152bc3dc40595b64c3ab7383b22c74c2c31f7b1a14fbb27210cd"
19+
sha256 cellar: :any, ventura: "2660abc232cfeff8651bcf7509d907fbe453650609bd91ad31eab8f8cb75288f"
20+
sha256 arm64_linux: "e87943ec8c3c6661d3b85134947f6cb38b40c6b4ff5511f9388e0ae00c35c8ec"
21+
sha256 x86_64_linux: "574685296bf0dff48c493875623a9f7b405b6c298f4c5c9df63513dae2f14cd3"
2122
end
2223

2324
depends_on "cmake" => :build

Formula/v/vulkan-utility-libraries.rb

Lines changed: 10 additions & 9 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.311.tar.gz"
5-
sha256 "c30846f3bd7c4d94c57d8c8d3ef307d6183bc59846c9da6240590a4497ebae0a"
4+
url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "b16b407565036e06baa384ff005c90e674e7fbf13d44844bd754199328d98123"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1629d644207c1c15c342251db19376654657132c19be7e1da7122710d5f5a5c0"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6315fc1536169f3f0d8460387ca14a021d66dda01ef3eeede8a1367efed3baca"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "83e5b06dd8c7605891588d147fe1ce24631ab2178301e47c9bf4fbfa65a619d2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "d8d56f6560e5018a17b52a2fc4d1550cf6993940aceb6bc150801c76bbe847f4"
19-
sha256 cellar: :any_skip_relocation, ventura: "12c451fa33ef0f6cea9cc0ca08acbd8fcac743b9aa3180a96e093370f9e67f7c"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "032f804b6825ea480ec94ccd0d1b2d7a9d94ad7bdcd9e8e81d379d9135caf7f0"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fa5af69998e463bcb64eb332ed8af5c9fe3d5ddf5720472cf9cf471b7ee10bd"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4134a6434f46c3d92076643d40324c124de1dc5d9a7427bb1e30f00f3198e03"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6648cdddda759b3316c4ca044e47485a4cc36f25a9f8796b40211c7da6336ec5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "48aee25ee85f2d6051ec0ba0e54c623334b2dd845dfa048b19fd8f7af8161248"
18+
sha256 cellar: :any_skip_relocation, sequoia: "2c6bd77393eae588d2f1b7105a40de5e340ea2d7d4a4cda8def0e2df8e64bfec"
19+
sha256 cellar: :any_skip_relocation, sonoma: "f80f9e29ee21212e439b8bf67067a6e89ad87d75f65163303d7da26d298a7e16"
20+
sha256 cellar: :any_skip_relocation, ventura: "d1e9a160ab69f20fd4e25157a1f680d95a32d334b43ee6c1b2c9b6e602f0d3a2"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "75808fcd9949e8a43efc7674ee7ca3f25cef48ccd92c339d5d440982aee76b44"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "60b66ef0a0ea6b7ed34a534b7fb65d00411a0cb00885b0f0fdc9132544b69a0b"
2223
end
2324

2425
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.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

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "750276c3768680648ee80773ec89db7d72d5546acea4e25a435f66b1d2c9be94"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02f7b238070bf7f7b2d7215d04df083ee8c60e15d975433d7ea259b8b3e175af"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9f5c243fe486040149a194170ce474e79ad56244da3a63ea964640d7c00c5b59"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6665ad7a3aa26d639132558b93a519b0d2542f1eed355f786bd30584caaca2fc"
19-
sha256 cellar: :any_skip_relocation, ventura: "42327545a2d584e52cd278faa6aef646eb7a0dad3e2e16e152f583c337f7f6d9"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "7fb808d3bc224ac7033892ac647958b5c587e36cd389e0e7d6d9b27831ab0a13"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ba603bb66996063855590bda9ef6cccd97826cedb6bdd81a57b50b3289bcd62"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11fc92d1d89ac10fe632a0b427837a813bd3654964a54c93895daba9b186d6f0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "626cc0121f99b6546daac5a525d2ef69b4d6fb79f4ffafe1b9f6b0473a356d7b"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3000fcba228abf844c2ad875cb986b3216152e6cd78991dcc91504cf6b547544"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c24545391bc3bca6c783e78430314afba51fb5f63471f5efd05b821fcfa9465b"
19+
sha256 cellar: :any_skip_relocation, ventura: "8fdda45d8e4090033a33391e78f30732d9f0a9fcb3c83a013194027d8f1d109a"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "c59946f53e430d8bc0bf89b022de5c1926351b995a75897fcccbb3674affb08f"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "10be4dfe9e2517ef8aa67e3b9e66770eb1a86c655c65af601c3284548d4def6e"
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: "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)