Skip to content

Commit

Permalink
deps: Bump ICU download path to 58.2
Browse files Browse the repository at this point in the history
* update configure to new path

PR-URL: #10206
  • Loading branch information
srl295 committed Dec 14, 2016
1 parent cf8ab08 commit 5366488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,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):
Expand Down

0 comments on commit 5366488

Please sign in to comment.