From 65513fab59d6cb32e952a1ef00b8ef91f9313b50 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 19 Mar 2026 23:10:00 +0900 Subject: [PATCH] icu: bump to 78.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UnicodeĀ® ICU 78.3 is a maintenance update on top of ICU 78 and 78.2, mostly for the CLDR 48.2 bug fixes. In addition, it fixes a C++ code point iterator bug, and updates to timezone data 2026a. Signed-off-by: Hirokazu MORIKAWA --- libs/icu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index e535aafcb8..78d7251a18 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c MAJOR_VERSION:=78 -MINOR_VERSION:=2 +MINOR_VERSION:=3 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION)-sources.tgz PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_HASH:=3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35 +PKG_HASH:=3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE