Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Formula/zig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class Zig < Formula
url "https://ziglang.org/download/0.9.1/zig-0.9.1.tar.xz"
sha256 "38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210"
license "MIT"
head "https://github.com/ziglang/zig.git"
revision 1
head "https://github.com/ziglang/zig.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_monterey: "61d958015313e75d98c407902e6aba1b4f359e392eda0c090199eec76d20534a"
Expand All @@ -16,7 +17,7 @@ class Zig < Formula
end

depends_on "cmake" => :build
depends_on "llvm"
depends_on "llvm@13"

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

Expand Down