We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3f84 commit b9037b4Copy full SHA for b9037b4
Formula/llvm-12.rb
@@ -10,10 +10,10 @@ class Llvm12 < Formula
10
sha256 "9ed1688943a4402d7c904cc4515798cdb20080066efa010fe7e1f2551b423628"
11
end
12
13
- # bottle do
14
- # root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v12.0.0"
15
- # sha256 cellar: :any, big_sur: ""
16
- # end
+ bottle do
+ root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v12.0.0"
+ sha256 cellar: :any, big_sur: "86f4773b03246bacb48cedb7ea6cc2be395a738ef2ae5eb666894790f47013db"
+ end
17
18
# Clang cannot find system headers if Xcode CLT is not installed
19
pour_bottle? do
0 commit comments