Skip to content

Commit

Permalink
Merge pull request #178646 from pthariensflame/spirv-1.3.290.0
Browse files Browse the repository at this point in the history
spirv* 1.3.290.0
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 4df8f01 + 9ca2317 commit 02c2e06
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions Formula/s/spirv-cross.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SpirvCross < Formula
desc "Performing reflection and disassembling SPIR-V"
homepage "https://github.com/KhronosGroup/SPIRV-Cross"
url "https://github.com/KhronosGroup/SPIRV-Cross/archive/refs/tags/vulkan-sdk-1.3.283.0.tar.gz"
sha256 "3376a58abe186a695a50ff12697d210ce27673cea5de1a5090cb2b092b261414"
url "https://github.com/KhronosGroup/SPIRV-Cross/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz"
sha256 "1333fd2a05ab8a0572106e3b7fb8161ea0b67ab7d0a1b8bdd14b47f89ac8a611"
license all_of: [
"Apache-2.0",
"MIT",
Expand All @@ -18,13 +18,13 @@ class SpirvCross < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "822c5fb08e99ff16844410ea490adc460476fe802e910b571081cf2b77092ea8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc59b176849f94330d358bbe4a64d4114b84a731c757ac593e0db100a5a04024"
sha256 cellar: :any_skip_relocation, arm64_monterey: "959455ba86727a6f1e53d6fe1e8572febb30546ead99f182e4c0a697cc7e304f"
sha256 cellar: :any_skip_relocation, sonoma: "cf74559e1e9212cc01c8da988d4b45311014f6d7e3745a7ba282ee409b0898c5"
sha256 cellar: :any_skip_relocation, ventura: "37063cdce3dfc19c1921adf00ed5b8bed80791d857dd221da477a898ea696c8b"
sha256 cellar: :any_skip_relocation, monterey: "46299e221e669c42deca29f4f0dae8aa0b9a7d67b6012878ee64a3b64758de73"
sha256 cellar: :any_skip_relocation, x86_64_linux: "78c8f08c7f157c98ee17f6dfde6a009978f687f4a8a37aee29048b72d6ce326d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "86598042c486e94cb3670cbce05cd01306b1497dba631c6669265277a06b4edf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aaaaa405ae2209dc2aee082033f45d2f2f39673c788d77998b94c37b34188dee"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9860bafb482eb79e5c2dcd9020aed4aeb8d1096ed1627c6c0c1b38c6263efc51"
sha256 cellar: :any_skip_relocation, sonoma: "cd4a92cbb204fcef3cba8e33339bea38d7f4c0dad0bde515b9a102cb76cdfa59"
sha256 cellar: :any_skip_relocation, ventura: "85b49e2d80b4e5c93ce8293e10bcba42f5fa337f5541e1e7aa25a18efbdb64d5"
sha256 cellar: :any_skip_relocation, monterey: "6db92465d5cd121ef852f671f497cb37d9ac3b0359768bf6404924e2693db70f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "57a4818c15b37d3ea984bfb3179e79c10c29fd5c915823b63f46fcf5b6850409"
end

depends_on "cmake" => :build
Expand Down
6 changes: 3 additions & 3 deletions Formula/s/spirv-headers.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SpirvHeaders < Formula
desc "Headers for SPIR-V"
homepage "https://github.com/KhronosGroup/SPIRV-Headers"
url "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.283.0.tar.gz"
sha256 "a68a25996268841073c01514df7bab8f64e2db1945944b45087e5c40eed12cb9"
url "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz"
sha256 "1b9ff8a33e07814671dee61fe246c67ccbcfc9be6581f229e251784499700e24"
license "MIT"
head "https://github.com/KhronosGroup/SPIRV-Headers.git", branch: "main"

Expand All @@ -12,7 +12,7 @@ class SpirvHeaders < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "6de5579a4f714217343031eb342c92161eb3394e2fe999c0860b374577ac4da1"
sha256 cellar: :any_skip_relocation, all: "31562da29cebf985b3495e4de6cf1738646486bd26070306cfbf105f10a30020"
end

depends_on "cmake" => [:build, :test]
Expand Down
20 changes: 10 additions & 10 deletions Formula/s/spirv-tools.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SpirvTools < Formula
desc "API and commands for processing SPIR-V modules"
homepage "https://github.com/KhronosGroup/SPIRV-Tools"
url "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.283.0.tar.gz"
sha256 "5e2e5158bdd7442f9e01e13b5b33417b06cddff4965c9c19aab9763ab3603aae"
url "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.3.290.0.tar.gz"
sha256 "8f8b487e20e062c3abfbc86c4541faf767588d167b395ec94f2a7f996ef40efe"
license "Apache-2.0"
version_scheme 1
head "https://github.com/KhronosGroup/SPIRV-Tools.git", branch: "main"
Expand All @@ -13,13 +13,13 @@ class SpirvTools < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "b84453e25998947f6254a07dfa53563614824c8a7fcc9a5389e5f74e86802195"
sha256 cellar: :any, arm64_ventura: "693bd3be307040ec1bca8e7ae514f22f48c58b92a36fa0e48cd33e830d49348b"
sha256 cellar: :any, arm64_monterey: "9c7454ed91e8b01042901b8bb82a9c2f8c65da25b1e4f010841b3d283fc24de1"
sha256 cellar: :any, sonoma: "727916a46cf1c614f736ac5563f81918a93affac472a6610a0ad47b9c0a5458f"
sha256 cellar: :any, ventura: "ad2aefa0ea6627155f89bc0e3abdc0a11562f57f1d850afac51e2608fd1e4951"
sha256 cellar: :any, monterey: "5f10870d1c846e9c3025b4eeba23a2edcca20cefc8989bc8658240234eafeb35"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d4a410e3d3be9910b65f01e3f8370635a48b9600e787805755b0f26fbf1b3e59"
sha256 cellar: :any, arm64_sonoma: "e994ad4f6102615c0cb3cfc907aefd215267fb9f4e39dbf417bd1fc121145ac9"
sha256 cellar: :any, arm64_ventura: "92a33694a5a95c71bff174e91c37238da82562ed3ec9666b840ee6590b231b43"
sha256 cellar: :any, arm64_monterey: "8aa3630927adec8f14d785954b5f037874a7fcd246bfdf597a2a3c69be2c9deb"
sha256 cellar: :any, sonoma: "a60accce9f871a519dacfa25700c2321f66e0fa1bea1b6fcad45fddc753a830b"
sha256 cellar: :any, ventura: "1ec9af572300ba8fad5214da338ba76d5271d37df79391a674b89185cdf3a75a"
sha256 cellar: :any, monterey: "6975abada624f5da3ff31ca7c3bf6254ae95298adb838109fb4f30be5ab081fa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b22bb62ae2bc1f29c94de38bc81c978d88da41ffa6f09464688778fbab6d9672"
end

depends_on "cmake" => :build
Expand All @@ -29,7 +29,7 @@ class SpirvTools < Formula
resource "spirv-headers" do
# revision number could be found as `spirv_headers_revision` in `./DEPS`
url "https://github.com/KhronosGroup/SPIRV-Headers.git",
revision: "4f7b471f1a66b6d06462cd4ba57628cc0cd087d7"
revision: "2acb319af38d43be3ea76bfabf3998e5281d8d12"
end

def install
Expand Down

0 comments on commit 02c2e06

Please sign in to comment.