[openwrt/openwrt] libunwind: update to version 1.8.3
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 1 11:25:33 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/be6567276cd17cb477f8f6756abc6309719dc80c
commit be6567276cd17cb477f8f6756abc6309719dc80c
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Fri Sep 26 20:08:33 2025 +0200
libunwind: update to version 1.8.3
Release notes:
https://github.com/libunwind/libunwind/releases/tag/v1.8.2
https://github.com/libunwind/libunwind/releases/tag/v1.8.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/libs/libunwind/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index 7bd3c5ac17..e750316eb8 100644
--- a/package/libs/libunwind/Makefile
+++ b/package/libs/libunwind/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libunwind
-PKG_VERSION:=1.8.1
+PKG_VERSION:=1.8.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157
+PKG_HASH:=be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech at gmail.com>
PKG_LICENSE:=X11
More information about the lede-commits
mailing list