icu: bump to 78.3
authorHirokazu MORIKAWA <redacted>
Thu, 19 Mar 2026 14:10:00 +0000 (23:10 +0900)
committerHannu Nyman <redacted>
Fri, 20 Mar 2026 16:16:10 +0000 (18:16 +0200)
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 <redacted>
libs/icu/Makefile

index e535aafcb8277176869390814eb912efe9eb8c6d..78d7251a185e262f0218b09e892152f7f42b3361 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT