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.
This commit is contained in:
heitbaum 2021-10-30 13:51:20 +11:00
parent 06ad14d8cc
commit a7c128993f

View File

@ -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"