From 60e12203b123a63a2c86ced4760d287095b85eae Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 30 Dec 2025 15:09:51 +0100 Subject: [PATCH] package/utfcpp: bump version to 4.0.9 Release notes: https://github.com/nemtrif/utfcpp/releases/tag/v4.0.9 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/utfcpp/utfcpp.hash | 2 +- package/utfcpp/utfcpp.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/utfcpp/utfcpp.hash b/package/utfcpp/utfcpp.hash index d995899165..4b43eb330b 100644 --- a/package/utfcpp/utfcpp.hash +++ b/package/utfcpp/utfcpp.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f808b26d8c3a59def27fea207182ece77a8930bd121a69f80d328ecf3cfef925 utfcpp-4.0.8.tar.gz +sha256 397a9a2a6ed5238f854f490b0177b840abc6b62571ec3e07baa0bb94d3f14d5a utfcpp-4.0.9.tar.gz sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE diff --git a/package/utfcpp/utfcpp.mk b/package/utfcpp/utfcpp.mk index 4e17364e0b..72a590eeb3 100644 --- a/package/utfcpp/utfcpp.mk +++ b/package/utfcpp/utfcpp.mk @@ -4,7 +4,7 @@ # ################################################################################ -UTFCPP_VERSION = 4.0.8 +UTFCPP_VERSION = 4.0.9 UTFCPP_SITE = $(call github,nemtrif,utfcpp,v$(UTFCPP_VERSION)) UTFCPP_LICENSE = BSL-1.0 UTFCPP_LICENSE_FILES = LICENSE