From 2a10ae978970087b2e73abe3787dde37e65a2716 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jun 2019 16:25:53 +0530 Subject: [PATCH] Bump version of ICU Needed because of this: https://unicode-org.atlassian.net/browse/ICU-20526 which caused broken ICU builds on macOS --- bypy/sources.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 12141ecfbb..c41cd5d6c8 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -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}"] } },