diff options
| author | Nick Hainke | 2025-11-23 11:18:13 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 23:13:42 +0000 |
| commit | 9bdf72347640b80cbe90780506b04d27d8b8223d (patch) | |
| tree | b8bb52b6d84944a38f5c688ffa9b32e62d22e26a | |
| parent | 86003e0b79ae7874256936b845f3cf2137c36041 (diff) | |
| download | openwrt-9bdf72347640b80cbe90780506b04d27d8b8223d.tar.gz | |
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 <vincent@systemli.org>
| -rw-r--r-- | package/libs/libunistring/Makefile | 4 |
1 files 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 |