deps: Intl: ICU 57 bump

* bump to ICU 57.1 - update URL / hash

Fixes: https://github.com/nodejs/node/issues/6058
PR-URL: https://github.com/nodejs/node/pull/6088
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/6495/merge
Steven R. Loomis 2016-04-08 19:03:24 -07:00
parent 03a8637f79
commit 3ff54bdd11
No known key found for this signature in database
GPG Key ID: 03996C7C83F12F11
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -908,8 +908,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
def configure_intl(o):
icus = [
{
'url': 'https://ssl.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip',
'md5': '61d71888f14bf00cc3e8a6f2c087d367',
'url': 'https://ssl.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.zip',
'md5': 'f797503ecaebf1d38920013dc7893066',
},
]
def icu_download(path):