File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Libunwind < Formula
22 desc "C API for determining the call-chain of a program"
33 homepage "https://www.nongnu.org/libunwind/"
4- url "https://github.com/libunwind/libunwind/releases/download/v1.8.1 /libunwind-1.8.1 .tar.gz"
5- sha256 "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157 "
4+ url "https://github.com/libunwind/libunwind/releases/download/v1.8.2 /libunwind-1.8.2 .tar.gz"
5+ sha256 "7f262f1a1224f437ede0f96a6932b582c8f5421ff207c04e3d9504dfa04c8b82 "
66 license "MIT"
77
88 livecheck do
@@ -11,8 +11,8 @@ class Libunwind < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_linux : "9774401f2bc0bf08e61959e37da77e571cea9fdc0e2a36f414cb094af73ac2bd "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "81f89b76defac2b351bfb10864fcb7a9169b126f6e62a0c37c235873034fea7d "
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "a6651b2269e4f2ff7f099b6974ea3815dc7825022be179640973f692559e5cf4 "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "cbb66984b0bb438330bf35650c0039dce1db45a16110dccad8169e0b8add0dfe "
1616 end
1717
1818 keg_only "libunwind conflicts with LLVM"
You can’t perform that action at this time.
0 commit comments