[openwrt/openwrt] libunistring: update to 1.2

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 7 09:05:35 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f8ed29932f408881a315ef9bb84f5046388a3b55

commit f8ed29932f408881a315ef9bb84f5046388a3b55
Author: Aleksey Vasilenko <aleksey.vasilenko at gmail.com>
AuthorDate: Sun Aug 4 11:20:31 2024 +0300

    libunistring: update to 1.2
    
    Release notes:
      https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=blob_plain;f=NEWS
    
    Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16065
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 9b41cc3ce3..f53b50a243 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.1
+PKG_VERSION:=1.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98
+PKG_HASH:=632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1




More information about the lede-commits mailing list