From 252936004fbf1f71cd50f538a77d401fc5e1b17b Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 4 Dec 2023 10:23:12 +0000 Subject: [PATCH] libunwind: update to 1.8.0 release notes: - https://github.com/libunwind/libunwind/releases/tag/v1.8.0 --- packages/debug/libunwind/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/libunwind/package.mk b/packages/debug/libunwind/package.mk index 093ab6fd61..8537599bf7 100644 --- a/packages/debug/libunwind/package.mk +++ b/packages/debug/libunwind/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libunwind" -PKG_VERSION="1.7.2" -PKG_SHA256="c76c4f340071ede486af6342d50e17747f7b0db1c05077c8f7c677c09b324f73" +PKG_VERSION="1.8.0" +PKG_SHA256="5bddae0096d5e66bf6299e46d31f7c727bdf9fccbdbd8e1b6ffd9b1f6142cd2e" PKG_LICENSE="GPL" PKG_SITE="https://www.nongnu.org/libunwind/" PKG_URL="https://github.com/libunwind/libunwind/archive/refs/tags/v${PKG_VERSION}.tar.gz"