summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-10-19 16:53:39 -0700
committerSteven R. Loomis <srloomis@us.ibm.com>2016-10-31 13:42:52 -0700
commit03023fa7ae060c082a014f792d5d1f481a599460 (patch)
tree9ce24580d0377f6513400e2b540fe704c365cf9b /configure
parent7f909c3b7922a3c7cdca03527dd6dc3687ae4e8b (diff)
downloadandroid-node-v8-03023fa7ae060c082a014f792d5d1f481a599460.tar.gz
android-node-v8-03023fa7ae060c082a014f792d5d1f481a599460.tar.bz2
android-node-v8-03023fa7ae060c082a014f792d5d1f481a599460.zip
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 fdbda66320..02e6296b56 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):