Skip to content

Commit 27edf6d

Browse files
committed
spirv-cross 1.4.321.0
1 parent 2946314 commit 27edf6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/s/spirv-cross.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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,8 +17,6 @@ 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
2321
sha256 cellar: :any_skip_relocation, arm64_sequoia: "add1df549154c9c2f278ea006343076345302e60d48f68f957485add62bcae77"
2422
sha256 cellar: :any_skip_relocation, arm64_sonoma: "03588b24c1f09fbfebcd499622d0c54265a423f29888d51d94cf822f7d759cc4"

0 commit comments

Comments
 (0)