From 687137eced35a21af09e51e25d8dddfdc6470579 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 9 Dec 2016 12:49:45 -0800 Subject: [PATCH] deps: ICU 58.2 bump download URL Bump configure download path for ICU from 58.1 to 58.2 * This commit just changes the download URL. PR-URL: https://github.com/nodejs/node/pull/10206 Reviewed-By: Michael Dawson Reviewed-By: Jeremiah Senkpiel Reviewed-By: James M Snell --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index fd66a2b78400b6..d6672f2e25e046 100755 --- a/configure +++ b/configure @@ -987,8 +987,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir): def configure_intl(o): icus = [ { - 'url': 'https://ssl.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.zip', - 'md5': 'd6476b355f66a11fbe12db1d61d90d69', + 'url': 'https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip', + 'md5': 'f4fca37508fc5d14390501cf17aef084', }, ] def icu_download(path):