Skip to content

Commit f14da20

Browse files
authored
Merge pull request #224429 from Homebrew/bump-libunwind-1.8.2
libunwind 1.8.2
2 parents 9c78d47 + 32787f3 commit f14da20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/lib/libunwind.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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"

0 commit comments

Comments
 (0)