Skip to content

Commit 0a0385b

Browse files
nektroBrewTestBot
authored andcommitted
zig: revision
* zig uses llvm@13 * zig: add revision line Closes #104496. Signed-off-by: Bo Anderson <mail@boanderson.me> Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent c57dec1 commit 0a0385b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/zig.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Zig < Formula
44
url "https://ziglang.org/download/0.9.1/zig-0.9.1.tar.xz"
55
sha256 "38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210"
66
license "MIT"
7+
revision 1
78
head "https://github.com/ziglang/zig.git"
89

910
bottle do
@@ -16,7 +17,7 @@ class Zig < Formula
1617
end
1718

1819
depends_on "cmake" => :build
19-
depends_on "llvm"
20+
depends_on "llvm@13"
2021

2122
fails_with gcc: "5" # LLVM is built with GCC
2223

0 commit comments

Comments
 (0)