libicu: update to 68.2

This commit is contained in:
Leonid Pliushch 2021-02-09 13:23:04 +02:00
parent b707e4783c
commit 4a6152d162
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ TERMUX_PKG_LICENSE="BSD"
# this hack to be able to find the license file.
TERMUX_PKG_LICENSE_FILE="../LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=67.1
TERMUX_PKG_VERSION=68.2
TERMUX_PKG_SRCURL=https://github.com/unicode-org/icu/releases/download/release-${TERMUX_PKG_VERSION//./-}/icu4c-${TERMUX_PKG_VERSION//./_}-src.tgz
TERMUX_PKG_SHA256=94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc
TERMUX_PKG_SHA256=c79193dee3907a2199b8296a93b52c5cb74332c26f3d167269487680d479d625
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BREAKS="libicu-dev"
TERMUX_PKG_REPLACES="libicu-dev"