diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2023-11-10 16:24:46 +0900 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-11-10 13:46:55 +0100 |
commit | 80dc3ac8e27122331530f2f6493d1ef2de8fd08b (patch) | |
tree | e74bf1c1dda8743545a20195a8be1f1f95085d62 | |
parent | f89f2f1bfdd328ec74be8a8cf13119cc4b6dd1da (diff) |
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 <morikw2@gmail.com>
-rw-r--r-- | libs/icu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 310dc354c..0fddd5ffd 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 |