Skip to content

Commit ee1e5a2

Browse files
srl295evanlucas
authored andcommitted
deps: Intl: ICU 57 bump
* bump to ICU 57.1 - update URL / hash Fixes: #6058 PR-URL: #6088 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d629f26 commit ee1e5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
900900
def configure_intl(o):
901901
icus = [
902902
{
903-
'url': 'https://ssl.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip',
904-
'md5': '61d71888f14bf00cc3e8a6f2c087d367',
903+
'url': 'https://ssl.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.zip',
904+
'md5': 'f797503ecaebf1d38920013dc7893066',
905905
},
906906
]
907907
def icu_download(path):

0 commit comments

Comments
 (0)