Skip to content

Commit 785975d

Browse files
srl295evanlucas
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 bce0013 commit 785975d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
10011001
def configure_intl(o):
10021002
icus = [
10031003
{
1004-
'url': 'https://ssl.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.zip',
1005-
'md5': 'd6476b355f66a11fbe12db1d61d90d69',
1004+
'url': 'https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip',
1005+
'md5': 'f4fca37508fc5d14390501cf17aef084',
10061006
},
10071007
]
10081008
def icu_download(path):

0 commit comments

Comments
 (0)