Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-10-20 02:53:39 +0300
committerSteven R. Loomis <srloomis@us.ibm.com>2016-10-31 23:42:52 +0300
commit03023fa7ae060c082a014f792d5d1f481a599460 (patch)
tree9ce24580d0377f6513400e2b540fe704c365cf9b /configure
parent7f909c3b7922a3c7cdca03527dd6dc3687ae4e8b (diff)
deps: Intl: ICU 58 bump: configure/LICENSE/docs
* bump to ICU 58.1 - update URL / hash * does not attempt to reduce size - yet * patch to work around http://bugs.icu-project.org/trac/ticket/12822 ( compile issue on Windows) * Fix ICU shrinker to delete old license.html file (update to https://github.com/nodejs/node/pull/8674 ) Fixes: https://github.com/nodejs/node/issues/7844 PR-URL: https://github.com/nodejs/node/pull/9234 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 fdbda66320e..02e6296b56f 100755
--- a/configure
+++ b/configure
@@ -967,8 +967,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
def configure_intl(o):
icus = [
{
- 'url': 'https://ssl.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.zip',
- 'md5': 'f797503ecaebf1d38920013dc7893066',
+ 'url': 'https://ssl.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.zip',
+ 'md5': 'd6476b355f66a11fbe12db1d61d90d69',
},
]
def icu_download(path):