icu: bump to 77.1
authorHirokazu MORIKAWA <redacted>
Thu, 27 Mar 2025 02:24:58 +0000 (11:24 +0900)
committerTianling Shen <redacted>
Fri, 28 Mar 2025 06:24:15 +0000 (14:24 +0800)
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 <redacted>
libs/icu/Makefile

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