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 5e10d00 commit ac8a975Copy full SHA for ac8a975
Formula/llvm-11.rb
@@ -39,10 +39,10 @@ class Llvm11 < Formula
39
end
40
41
42
- # bottle do
43
- # root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v11.1.0"
44
- # sha256 cellar :any, big_sur: ""
45
- # end
+ bottle do
+ root_url "https://github.com/llvm-hs/homebrew-llvm/releases/download/v11.1.0"
+ sha256 cellar: :any, big_sur: "53755f19b6999b6744b637c62d54235663d385d7e73207e188a4790e33e4cac5"
+ end
46
47
# Clang cannot find system headers if Xcode CLT is not installed
48
pour_bottle? do
0 commit comments