Skip to content

Commit 70a408d

Browse files
committed
c2rust: revision bump (switch to llvm@19)
1 parent 5bf2bd5 commit 70a408d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/c/c2rust.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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
910
sha256 cellar: :any, arm64_sequoia: "dacd5b36647696ad2e1863cb2f12fa8c6063c242f691d371b808a1b0310f0911"
@@ -17,7 +18,7 @@ class C2rust < Formula
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

Comments
 (0)