From 9bdf72347640b80cbe90780506b04d27d8b8223d Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 23 Nov 2025 12:18:13 +0100 Subject: [PATCH] libunistring: update to 1.4.1 Release Notes: https://fossies.org/linux/libunistring/ChangeLog Link: https://github.com/openwrt/openwrt/pull/20902 Signed-off-by: Nick Hainke --- package/libs/libunistring/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libunistring/Makefile b/package/libs/libunistring/Makefile index f53b50a243..670853fa79 100644 --- a/package/libs/libunistring/Makefile +++ b/package/libs/libunistring/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libunistring -PKG_VERSION:=1.2 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44 +PKG_HASH:=67d88430892527861903788868c77802a217b0959990f7449f2976126a307763 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.30.2