From a7c128993f0d6fbad78c0c48fdcc24ebce07e4eb Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 30 Oct 2021 13:51:20 +1100 Subject: [PATCH] icu: update to 70.1 and PKG_SITE update 69.1 (2021-04-08) to 70.1 (2021-10-27) ICU 70 updates to Unicode 14, including new characters, scripts, emoji, and corresponding API constants. ICU 70 adds support for emoji properties of strings. It also updates to CLDR 40 locale data with many additions and corrections. ICU 70 also includes many other bug fixes and enhancements, especially for measurement unit formatting, and it can now be built and used with C++20 compilers. For details, please see https://icu.unicode.org/download/70. --- packages/textproc/icu/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/textproc/icu/package.mk b/packages/textproc/icu/package.mk index 63156dda15..ceb558599d 100644 --- a/packages/textproc/icu/package.mk +++ b/packages/textproc/icu/package.mk @@ -2,10 +2,10 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="icu" -PKG_VERSION="69.1" -PKG_SHA256="39ce83dd5d15c7539dde261733e106a391923f82caf1ce52ecaebb72d93b4579" +PKG_VERSION="70.1" +PKG_SHA256="f30d670bdc03ba999638a2d2511952ab94adf204d0e14898666f2e0cacb7fef1" PKG_LICENSE="Custom" -PKG_SITE="http://www.icu-project.org" +PKG_SITE="https://icu.unicode.org" PKG_URL="https://github.com/unicode-org/icu/archive/release-${PKG_VERSION//./-}.tar.gz" PKG_DEPENDS_HOST="toolchain:host" PKG_DEPENDS_TARGET="toolchain icu:host"