From: Hirokazu MORIKAWA Date: Fri, 10 Nov 2023 07:24:46 +0000 (+0900) Subject: icu: bump to 74.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80dc3ac8e27122331530f2f6493d1ef2de8fd08b;p=feed%2Fpackages.git icu: bump to 74.1 ICU 74 updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. It also updates to CLDR 44 (blog) locale data with new locales and various additions and corrections. ICU 74 and CLDR 44 are major releases, including a new version of Unicode and major locale data improvements. They subsume the changes for the ICU 73.2 and CLDR 43.1 maintenance releases. Signed-off-by: Hirokazu MORIKAWA --- diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 310dc354cb..0fddd5ffd5 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -MAJOR_VERSION:=73 -MINOR_VERSION:=2 +MAJOR_VERSION:=74 +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:=818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1 +PKG_HASH:=86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0 PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE