From 4f3a8c153535d7613249c567df9840ed23fa7ef1 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Mon, 9 Nov 2020 12:49:56 +0900 Subject: [PATCH] icu: update to 68.1 It updates to CLDR 38. New features including locale-dependent smart unit preferences (road distance, temperature, etc.) and locale ID canonicalization conformant with CLDR. Signed-off-by: Hirokazu MORIKAWA --- libs/icu/Makefile | 6 +++--- libs/icu/patches/010-max_align_t.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 3fd453de13..f2413b9a5c 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -MAJOR_VERSION:=67 +MAJOR_VERSION:=68 MINOR_VERSION:=1 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_RELEASE:=2 +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:=94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc +PKG_HASH:=a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb29f2d PKG_LICENSE:=ICU PKG_LICENSE_FILES:=LICENSE diff --git a/libs/icu/patches/010-max_align_t.patch b/libs/icu/patches/010-max_align_t.patch index 3c0495184a..0ad406b41f 100644 --- a/libs/icu/patches/010-max_align_t.patch +++ b/libs/icu/patches/010-max_align_t.patch @@ -49,7 +49,7 @@ if (ut == NULL) { --- a/tools/toolutil/toolutil.cpp +++ b/tools/toolutil/toolutil.cpp -@@ -245,7 +245,7 @@ struct UToolMemory { +@@ -242,7 +242,7 @@ struct UToolMemory { char name[64]; int32_t capacity, maxCapacity, size, idx; void *array; -- 2.30.2