From: Hirokazu MORIKAWA Date: Tue, 11 Nov 2025 12:02:16 +0000 (+0900) Subject: icu: bump to 78.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=00680030bd8fb61a794dfaaf715c4b08a3222d32;p=feed%2Fpackages.git icu: bump to 78.1 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 --- diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 14ca1ec186..3e9062c8bf 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -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