@@ -4,20 +4,21 @@ class C2rust < Formula
44 url "https://github.com/immunant/c2rust/archive/refs/tags/v0.20.0.tar.gz"
55 sha256 "482330d3f27cfe85deea207e490bebbbe9c709b4bc054e3135498b3bbb585bec"
66 license "BSD-3-Clause"
7+ revision 1
78
89 bottle do
9- sha256 cellar : :any , arm64_sequoia : "dacd5b36647696ad2e1863cb2f12fa8c6063c242f691d371b808a1b0310f0911 "
10- sha256 cellar : :any , arm64_sonoma : "b97d3c3bfc6ef351f11d6c354429883673846f68fd5f4358b8f6d6bbf57355c0 "
11- sha256 cellar : :any , arm64_ventura : "0b0a702e795b476ee814afb2baae0ada272969df641eeb73de82ca4c730688fa "
12- sha256 cellar : :any , sonoma : "77ed97b9636ca5992fa5b445d951976d696c2d4aa50e321d60d046601ecf832f "
13- sha256 cellar : :any , ventura : "dea354ab6e4c104f14001b5005589ffbfc617e7c3af9c52b8333016edf6236ec "
14- sha256 cellar : :any_skip_relocation , arm64_linux : "a5745c2e86ff939bbfe5b41eeb785a0f6609ce2ecc76f1f4f1d785fd71ed33ca "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "fffe661d012d1c8957c55d107c6c85438f2a3c8199d2d298744ad5964626da33 "
10+ sha256 cellar : :any , arm64_sequoia : "905499716b48b54ad1eea09ff40e229e2056536e72098b7605dc2ddb145117c4 "
11+ sha256 cellar : :any , arm64_sonoma : "7ad4256baed5d1869cce80b57a863c9ef20c7b73632b574a8b4d40d35f4c6fd4 "
12+ sha256 cellar : :any , arm64_ventura : "60df9dd74e927f4dcbd82409a1e09036602b5de922e53b1cf8377cf6b199d069 "
13+ sha256 cellar : :any , sonoma : "8575b649a3f0faa7ee46b1f1bc38435f284973ef02b8ad24afcea5477eb60e40 "
14+ sha256 cellar : :any , ventura : "dd757588e38c35414c4a47feb0d0b40b2aeb39bd4f94f001c2479253fd433ce6 "
15+ sha256 cellar : :any_skip_relocation , arm64_linux : "20c31538b457c35efdf00988833dcd68df79d82e6ddabe188fe479b1f4fc2376 "
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "8150aa61370a613f5df88413c96cafc937fe817e0f80cff2134132270323feb7 "
1617 end
1718
1819 depends_on "cmake" => [ :build , :test ]
1920 depends_on "rust" => :build
20- depends_on "llvm"
21+ depends_on "llvm@19 "
2122
2223 def install
2324 system "cargo" , "install" , *std_cargo_args ( path : "c2rust" )
0 commit comments