Skip to content

Commit

Permalink
Merge pull request #195484 from Homebrew/bump-vulkan-extensionlayer-1…
Browse files Browse the repository at this point in the history
….3.299

vulkan-extensionlayer 1.3.299
  • Loading branch information
BrewTestBot authored Oct 24, 2024
2 parents b6d65d6 + a46e414 commit 30796ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/v/vulkan-extensionlayer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class VulkanExtensionlayer < Formula
desc "Layer providing Vulkan features when native support is unavailable"
homepage "https://github.com/KhronosGroup/Vulkan-ExtensionLayer"
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.3.298.tar.gz"
sha256 "94a8020410bfc79d3b27c0f6c84bd25e0c24ae47ea02fd4d7c15ceec5bd57b2b"
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.3.299.tar.gz"
sha256 "cc2944bcc2034b56a435e156229636ed8a8141ef68c0056582ab7c19c2af9b90"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-ExtensionLayer.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class VulkanExtensionlayer < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "690aeef1f08420b3d40f007165e62edb692a414d45c6dab07eb16efb058914f3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "09cf39c3c0746645cbe54824d1a56324ec1e71e0e701bb8eb194a6ec3ca7ff2c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "902349583e12d2e8cd37c460aa8aea8d5cf4d92098392b0132c3f2b746c56420"
sha256 cellar: :any_skip_relocation, sonoma: "6514bb3d03801c2bb4f0d29aa4e69941a1efba8289554a35ad6521f5ca82cb0a"
sha256 cellar: :any_skip_relocation, ventura: "1122c059fdb12ad1d26bcd5268bbd580f672db8f68458a31f0d498c218f2045b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d12e777037dfc5ef62110450671ce1f575681b567c71de14a46def9cee512cdc"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "944b9b8f055ad200362a2a2bcc9952bb74d30c9b5a05b8ae2f6e670f03fc2d7e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "876049e917485fd826ae9e0da19a0a80232dd76f648c27308393bfae2d899b5b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2298381345f14c391e90104c746a017daeeae5ce50dc2f4ab66806da97a89823"
sha256 cellar: :any_skip_relocation, sonoma: "c52b7e48808e69fe1c065b8be7c4e7a4665d0bc6db25fa0e5ce05b1501a60e31"
sha256 cellar: :any_skip_relocation, ventura: "03c3854b28965230c3ad56b3ec526345c9c61620e13d32f8508b72d46c11a7e8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "58c94ee17df8f966bd3dd606bf24dc8475a9bb296893e4dcc0d5d4c89f2875df"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 30796ff

Please sign in to comment.