icu: bump to 78.1
authorHirokazu MORIKAWA <[email protected]>
Tue, 11 Nov 2025 12:02:16 +0000 (21:02 +0900)
committerHannu Nyman <[email protected]>
Tue, 11 Nov 2025 15:33:59 +0000 (17:33 +0200)
Update to 78.1

ICU 78 updates to Unicode 17 (blog), including new characters and scripts, emoji, collation & IDNA changes, and corresponding APIs and implementations.

It also updates to CLDR 48 (blog) locale data with new locales, and various additions and corrections.

In C++, there is a new set of APIs for Unicode string (UTF-8/16/32) code point iteration that works seamlessly with modern C++ iterators and ranges.

The C++ implementation of MessageFormat 2.0 is at CLDR 47 level and remains in technology preview.

ICU 78 and CLDR 48 are major releases, including a new version of Unicode and major locale data improvements.

Signed-off-by: Hirokazu MORIKAWA <[email protected]>
libs/icu/Makefile

index 14ca1ec186e118ee08f0e831255861cd64a3a55f..3e9062c8bf5b53a857cab5819a7e4e0b7c2429f8 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=icu4c
-MAJOR_VERSION:=77
+MAJOR_VERSION:=78
 MINOR_VERSION:=1
 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
-PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
-PKG_HASH:=588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061
+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:=6217f58ca39b23127605cfc6c7e0d3475fe4b0d63157011383d716cb41617886
 
 PKG_LICENSE:=ICU
 PKG_LICENSE_FILES:=LICENSE