Skip to content

Commit 5366488

Browse files
committed
deps: Bump ICU download path to 58.2
* update configure to new path PR-URL: #10206
1 parent cf8ab08 commit 5366488

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
@@ -988,8 +988,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
988988
def configure_intl(o):
989989
icus = [
990990
{
991-
'url': 'https://ssl.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.zip',
992-
'md5': 'd6476b355f66a11fbe12db1d61d90d69',
991+
'url': 'https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip',
992+
'md5': 'f4fca37508fc5d14390501cf17aef084',
993993
},
994994
]
995995
def icu_download(path):

0 commit comments

Comments
 (0)