11class SpirvCross < Formula
22 desc "Performing reflection and disassembling SPIR-V"
33 homepage "https://github.com/KhronosGroup/SPIRV-Cross"
4- url "https://github.com/KhronosGroup/SPIRV-Cross/archive/refs/tags/vulkan-sdk-1.4.313 .0.tar.gz"
5- sha256 "7d1de24918bea9897753f7561d4d154f68ec89c36bb70c13598222b8039d4212 "
4+ url "https://github.com/KhronosGroup/SPIRV-Cross/archive/refs/tags/vulkan-sdk-1.4.321 .0.tar.gz"
5+ sha256 "6037555620c27105bf1d4068a6eeb4b0d7953630d556a1ca9799dfe06fd2fb68 "
66 license all_of : [
77 "Apache-2.0" ,
88 "MIT" ,
@@ -17,16 +17,14 @@ class SpirvCross < Formula
1717 regex ( /^(?:vulkan[._-])?sdk[._-]v?(\d +(?:\. \d +)+)$/i )
1818 end
1919
20- no_autobump! because : :requires_manual_review
21-
2220 bottle do
23- sha256 cellar : :any_skip_relocation , arm64_sequoia : "add1df549154c9c2f278ea006343076345302e60d48f68f957485add62bcae77 "
24- sha256 cellar : :any_skip_relocation , arm64_sonoma : "03588b24c1f09fbfebcd499622d0c54265a423f29888d51d94cf822f7d759cc4 "
25- sha256 cellar : :any_skip_relocation , arm64_ventura : "14cfd824228b3ff9f17eb8bb339a598c47f1657fb70c4eb63ee2be34c41e4225 "
26- sha256 cellar : :any_skip_relocation , sonoma : "8eedcf62ee9cefc2b3883105d8f45b8d8359c38928b9f3faa2a6ad5ebf091acc "
27- sha256 cellar : :any_skip_relocation , ventura : "732db42607529e74b09252d53255c0f709675a32f62c3dcd465bc9018e182b4e "
28- sha256 cellar : :any_skip_relocation , arm64_linux : "9dff26ca56b06820999339bd65162f3aa4db10f93b279e48b224cbb1e7697248 "
29- sha256 cellar : :any_skip_relocation , x86_64_linux : "cf778372b13669b84c656c92a2539dd3539032b44d7d065f9c9b793434467992 "
21+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "87647074b864c23bef5268dfc31f96b397d4d38ba342d0fae09236d233e2bda3 "
22+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "84972878223becea78af29319dfae91fec8d9c14c1d642a0c09bfbab5e24f39a "
23+ sha256 cellar : :any_skip_relocation , arm64_ventura : "19614301478d5826dcedf9e41535421b39bd9d7df9724a8a01db289a290f14a0 "
24+ sha256 cellar : :any_skip_relocation , sonoma : "b2438dbe0ac0c0eabc7b4b8dba501271980e0bd440380a68425e1687c420d4fb "
25+ sha256 cellar : :any_skip_relocation , ventura : "292697589c3bc794b7fd9ce6b0b617314d7929a8e234aace55d6b1434149fd0c "
26+ sha256 cellar : :any_skip_relocation , arm64_linux : "1dd990444b8086bba223e8cad968256634631e9337a33d16fd5b2a437a0ea79f "
27+ sha256 cellar : :any_skip_relocation , x86_64_linux : "28b8f9e1208b4a3986f94cf241b89f5a8e71e4408cdd520629074f06d56ce3d7 "
3028 end
3129
3230 depends_on "cmake" => :build
0 commit comments