We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6f3ec commit 25d93d8Copy full SHA for 25d93d8
Formula/llvm/clang.rb
@@ -5,11 +5,6 @@ class Clang < Formula
5
sha256 "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
- bottle do
9
- root_url "https://github.com/paperchalice/homebrew-private/releases/download/clang-20.1.0"
10
- sha256 ventura: "cc2fbaacc5db4bd7c2e4727d20a0905ec75364851f92f0adf8271ad57f060f41"
11
- end
12
-
13
pour_bottle? only_if: :clt_installed
14
15
depends_on "cmake" => :build
0 commit comments