Skip to content

Commit 230ba93

Browse files
committed
deps: Intl: ICU 57 bump
* bump to ICU 57.1 - update URL / hash Fixes: #6058
1 parent d138c99 commit 230ba93

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
@@ -908,8 +908,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
908908
def configure_intl(o):
909909
icus = [
910910
{
911-
'url': 'https://ssl.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip',
912-
'md5': '61d71888f14bf00cc3e8a6f2c087d367',
911+
'url': 'https://ssl.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.zip',
912+
'md5': 'f797503ecaebf1d38920013dc7893066',
913913
},
914914
]
915915
def icu_download(path):

0 commit comments

Comments
 (0)