We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40eecb commit 9ac566fCopy full SHA for 9ac566f
Formula/llvm/unwind.rb
@@ -6,8 +6,8 @@ class Unwind < Formula
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
bottle do
9
- root_url "https://github.com/paperchalice/homebrew-private/releases/download/libunwind-19.1.5"
10
- sha256 cellar: :any, ventura: "79ec42cac9478ffd55fa00416ab05c15a8da17a2512e19fd819dc5cd66e7e410"
+ root_url "https://github.com/paperchalice/homebrew-private/releases/download/unwind-20.1.0"
+ sha256 cellar: :any, ventura: "5e1f16aa6603ba61535e78d78b86744bef4cb452ec1b9a854c22b2182af763f7"
11
end
12
13
depends_on "cmake" => :build
0 commit comments