summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-04-08 19:03:24 -0700
committerEvan Lucas <evanlucas@me.com>2016-05-17 08:11:25 -0500
commitee1e5a267d00929230f6512ebdeba2dddc13cb2c (patch)
tree61520d64fcdb0863416e59ad627235edd9c11bf5 /configure
parentd629f265fe47bf410467fef4a6bf7515a1fd92e5 (diff)
downloadnode-new-ee1e5a267d00929230f6512ebdeba2dddc13cb2c.tar.gz
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 03a889d04a..262b2a244b 100755
--- a/configure
+++ b/configure
@@ -900,8 +900,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):