From 8b188bd1b9e1ed1c2fe0ab5090b1bb1983ba07a9 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 18 Oct 2023 10:56:14 +0800 Subject: [PATCH] change icu to ghrel --- config/source.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index a7af224f..07298881 100644 --- a/config/source.json +++ b/config/source.json @@ -128,8 +128,9 @@ } }, "icu": { - "type": "url", - "url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz", + "type": "ghrel", + "repo": "unicode-org/icu", + "match": "icu4c.+-src\\.tgz", "license": { "type": "file", "path": "LICENSE"