We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cbe69 commit c1f70e3Copy full SHA for c1f70e3
Formula/llvm/libc++.rb
@@ -6,8 +6,8 @@ class Libcxx < Formula
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
bottle do
9
- root_url "https://github.com/paperchalice/homebrew-private/releases/download/libc++-19.1.5"
10
- sha256 cellar: :any, ventura: "8202d54aeb93ffaecd47aec1a9a3b14f2dd3e1c78da52c400ae8bee12b07f652"
+ root_url "https://github.com/paperchalice/homebrew-private/releases/download/libc++-20.1.0"
+ sha256 cellar: :any, ventura: "84e05a77e97ee3a6b7e2d5ea7115767702eea8caddf7e8c0eae439bcd8a2a52b"
11
end
12
13
depends_on "clang" => :build
0 commit comments