Bump icu version in nodejs
and nodejs-lts
This commit is contained in:
parent
d63cc00830
commit
b44895315b
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user