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-12-09 23:49:45 +0300
committerSteven R. Loomis <srloomis@us.ibm.com>2016-12-30 00:51:33 +0300
commitc8301794f1948880938298d7b1933ca1f5d51a76 (patch)
treeb5e6d67b2f4429988b60d7de9225293570bfc23c /configure
parent68f004f25697a5258ddb716ba2b543f4b07f5f24 (diff)
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 <michael_dawson@ca.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> 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 92cf4c82170..d926cec7d5d 100755
--- a/configure
+++ b/configure
@@ -1001,8 +1001,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):