From 1305fa9b58f59ae272bb766a004a02d13439c9cd Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Tue, 13 Jan 2026 11:07:14 +0900 Subject: [PATCH] icu: bump to 78.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are pleased to announce the release of UnicodeĀ® ICU 78.2. It updates to CLDR 48.1. These are maintenance releases for ICU 78 and CLDR 48, with limited sets of bug fixes and no API or structural changes. ICU 78.2 also includes a small number of bug fixes, as well as a minor update for time zone data (tzdata) version 2025c (2025-dec) ICU-23296. 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 3e9062c8bf..e535aafcb8 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:=1 +MINOR_VERSION:=2 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:=6217f58ca39b23127605cfc6c7e0d3475fe4b0d63157011383d716cb41617886 +PKG_HASH:=3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE