summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2016-04-08 19:03:24 -0700
committerSteven R. Loomis <srloomis@us.ibm.com>2016-05-04 16:04:49 -0700
commit3ff54bdd11c1433fbad0a1af76a2139e0c3fff4e (patch)
treeb79a595f28430a7e8cd838585ad84a87c20a8ad2 /configure
parent03a8637f7934b12516d36ea3c5c9fb2443bdfb8d (diff)
downloadandroid-node-v8-3ff54bdd11c1433fbad0a1af76a2139e0c3fff4e.tar.gz
android-node-v8-3ff54bdd11c1433fbad0a1af76a2139e0c3fff4e.tar.bz2
android-node-v8-3ff54bdd11c1433fbad0a1af76a2139e0c3fff4e.zip
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 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):