11class VulkanExtensionlayer < Formula
22 desc "Layer providing Vulkan features when native support is unavailable"
33 homepage "https://github.com/KhronosGroup/Vulkan-ExtensionLayer"
4- url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.3.300 .tar.gz"
5- sha256 "aad0411da785194780bc5d3e2b7aa849edf96ff16353899becfab9cd589bf8c1 "
4+ url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.4.303 .tar.gz"
5+ sha256 "9f5b371fbb1bafb413dee402f4f1bae0558cec8b9c89f11ed9851c2414fe2ce9 "
66 license "Apache-2.0"
77 head "https://github.com/KhronosGroup/Vulkan-ExtensionLayer.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class VulkanExtensionlayer < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "bde937257f7a2a1230109707cc535440d12f67f93824e5c6c896aeb737ed6f3a "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "011860c2bbca618d0eed067e5e4adb0a82bf4484e3668225fee8678813b98ad4 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "98bdf147200df79c373d37efadff50e5ca650fc211fc4fca51f45237e9c3945c "
18- sha256 cellar : :any_skip_relocation , sonoma : "21fd33ab03c72fdfdc04b38b579d04c6bfcb1bd8a0cbfdbb1f668f6693264b56 "
19- sha256 cellar : :any_skip_relocation , ventura : "d9f43aa1cbb25788d4fdaf8ab11e67c8290a36d9856c815e4e8da7c52667ac58 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "eb6cd0955cee53cc801b1a78e2b719f5e8a8b18578eedf96172a654db9f31dc3 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "508e1513910e144c551057e10988c62f8c4dd1dadd2d299dab2da6d6559c8cd6 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "5f58e1e3eb5dc9a7b9fa07192a1d1affe6a36d394d770aaaf508368101b9a441 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "3b053d87e007ea14a8507b364ad94d0715c3b6ede78af6e311d97945c47b07a9 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "3508c93917f7cdacfb968d834f526330adc9c71ef89950ec1765c0ea478938f7 "
19+ sha256 cellar : :any_skip_relocation , ventura : "8ccad7d18a0afc9a488f5481fecd4a30c16e80eceaf0d83169e3facd152950d0 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "27a352ae935f2858870926bb98587ac7e7eb5fc57b4d4bae8b1b4821962ccd01 "
2121 end
2222
2323 depends_on "cmake" => :build
0 commit comments