From bbfaf738fd56f1bdbf7ba402a143541c9b103762 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 27 Mar 2025 11:24:58 +0900 Subject: [PATCH] icu: bump to 77.1 ICU 77 is mostly focused on bug fixes, segmentation conformance, and other refinements. The Java technology preview implementation of the CLDR MessageFormat 2.0 specification has been updated to incorporate the CLDR 46.1 spec plus most but not all of the CLDR 47 changes. The C++ technology preview implementation of MessageFormat 2.0 is not yet quite up to date with CLDR 46.1. 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 c08e0ee35a..14ca1ec186 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -MAJOR_VERSION:=76 +MAJOR_VERSION:=77 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:=dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e +PKG_HASH:=588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE -- 2.30.2