From 3ff54bdd11c1433fbad0a1af76a2139e0c3fff4e Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 8 Apr 2016 19:03:24 -0700 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7da8efcff3..983ae070d0 100755 --- a/configure +++ b/configure @@ -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): -- cgit v1.2.3