Bump icu version in `nodejs` and `nodejs-lts`

This commit is contained in:
Yaksh Bariya 2021-06-16 10:19:17 +05:30 committed by Leonid Pliushch
parent d63cc00830
commit b44895315b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ termux_step_post_get_source() {
}
termux_step_host_build() {
local ICU_VERSION=68.2
local ICU_VERSION=69.1
local ICU_TAR=icu4c-${ICU_VERSION//./_}-src.tgz
local ICU_DOWNLOAD=https://github.com/unicode-org/icu/releases/download/release-${ICU_VERSION//./-}/$ICU_TAR
termux_download \

View File

@ -38,7 +38,7 @@ termux_step_post_get_source() {
}
termux_step_host_build() {
local ICU_VERSION=68.2
local ICU_VERSION=69.1
local ICU_TAR=icu4c-${ICU_VERSION//./_}-src.tgz
local ICU_DOWNLOAD=https://github.com/unicode-org/icu/releases/download/release-${ICU_VERSION//./-}/$ICU_TAR
termux_download \