diff options
author | Steven R. Loomis <srloomis@us.ibm.com> | 2017-12-14 11:26:30 -0800 |
---|---|---|
committer | Steven R. Loomis <srloomis@us.ibm.com> | 2018-01-17 20:08:43 -0800 |
commit | e42708c8e3d2c3917419ba7b536d3bb003b0df97 (patch) | |
tree | d384f02c584bdbd9a2270eb8c5048414d2daa1d0 /configure | |
parent | f7c709fdd0cd990b52f6cc9ea2cb486eb309a5bd (diff) | |
download | node-new-e42708c8e3d2c3917419ba7b536d3bb003b0df97.tar.gz |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |