mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: ICU 60.2 bump
- Update to Maintainance ICU 60.2 - CLDR 32.0.1 - http://site.icu-project.org/download/60#TOC-ICU-60.2-bug-fixes - Subsumes https://github.com/nodejs/node/pull/16931 PR-URL: https://github.com/nodejs/node/pull/17687 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
f7c709fdd0
commit
e42708c8e3
14 changed files with 51 additions and 31 deletions
4
configure
vendored
4
configure
vendored
|
@ -1132,8 +1132,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
|
|||
def configure_intl(o):
|
||||
icus = [
|
||||
{
|
||||
'url': 'https://ssl.icu-project.org/files/icu4c/60.1/icu4c-60_1-src.zip',
|
||||
'md5': 'e6cb990ac2a3161d31a3def8435f80cb',
|
||||
'url': 'https://ssl.icu-project.org/files/icu4c/60.2/icu4c-60_2-src.zip',
|
||||
'md5': '115908818fd0324530b2acb1b029738d',
|
||||
},
|
||||
]
|
||||
def icu_download(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue