Bump version of ICU

Needed because of this:
https://unicode-org.atlassian.net/browse/ICU-20526
which caused broken ICU builds on macOS
This commit is contained in:
Kovid Goyal 2019-06-04 16:25:53 +05:30
parent f2f57d2dda
commit 2a10ae9789
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -173,14 +173,14 @@
{
"name": "icu",
"unix": {
"filename": "icu4c-64_1-src.tgz",
"hash": "sha256:92f1b7b9d51b396679c17f35a2112423361b8da3c1b9de00aa94fd768ae296e6",
"urls": ["http://download.icu-project.org/files/icu4c/64.1/{filename}"]
"filename": "icu4c-64_2-src.tgz",
"hash": "sha256:627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c",
"urls": ["http://download.icu-project.org/files/icu4c/64.2/{filename}"]
},
"windows": {
"filename": "icu4c-64_1-src.zip",
"filename": "icu4c-64_2-src.zip",
"hash": "sha1:aaa014177845c16deba888450c0c34e8bd57e736",
"urls": ["http://download.icu-project.org/files/icu4c/64.1/{filename}"]
"urls": ["http://download.icu-project.org/files/icu4c/64.2/{filename}"]
}
},