Skip to content

Commit 72b4de5

Browse files
srl295MylesBorins
authored andcommitted
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: #10206 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 31dd253 commit 72b4de5

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

0 commit comments

Comments
 (0)