From: Hirokazu MORIKAWA Date: Thu, 19 Mar 2026 14:10:00 +0000 (+0900) Subject: icu: bump to 78.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=65513fab59d6cb32e952a1ef00b8ef91f9313b50;p=openwrt-packages.git icu: bump to 78.3 UnicodeĀ® ICU 78.3 is a maintenance update on top of ICU 78 and 78.2, mostly for the CLDR 48.2 bug fixes. In addition, it fixes a C++ code point iterator bug, and updates to timezone data 2026a. Signed-off-by: Hirokazu MORIKAWA --- diff --git a/libs/icu/Makefile b/libs/icu/Makefile index e535aafcb..78d7251a1 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:=2 +MINOR_VERSION:=3 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:=3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35 +PKG_HASH:=3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE