Minor bugfix release. https://github.com/libunwind/libunwind/releases/tag/v1.8.2
Signed-off-by: Christian Melki <[email protected]> --- rules/libunwind.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libunwind.make b/rules/libunwind.make index 5eab56e29..86c5632c8 100644 --- a/rules/libunwind.make +++ b/rules/libunwind.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind # # Paths and names # -LIBUNWIND_VERSION := 1.8.1 -LIBUNWIND_MD5 := 10c96118ff30b88c9eeb6eac8e75599d +LIBUNWIND_VERSION := 1.8.2 +LIBUNWIND_MD5 := 0124a38fb752aa5492635f35d089f6b7 LIBUNWIND := libunwind-$(LIBUNWIND_VERSION) LIBUNWIND_SUFFIX := tar.gz LIBUNWIND_URL := https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX) -- 2.34.1
