From 93a5ed2e6f373ae1b7649df713cd456b11589b83 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 13 Jul 2025 20:49:51 +0800 Subject: [PATCH] Update sources for `WinGet` --- src/recipe/ware/WinGet.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/recipe/ware/WinGet.c b/src/recipe/ware/WinGet.c index 18a77b4..1fdd94e 100644 --- a/src/recipe/ware/WinGet.c +++ b/src/recipe/ware/WinGet.c @@ -4,17 +4,20 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * Created On : <2024-06-07> - * Last Modified : <2024-08-17> + * Last Modified : <2025-07-13> * ------------------------------------------------------------*/ /** - * @update 2024-06-07 - * @note 目前仅有一个源 + * @update 2025-07-13 */ static Source_t wr_winget_sources[] = { - {&UpstreamProvider, "https://cdn.winget.microsoft.com/cache"}, - {&Ustc, "https://mirrors.ustc.edu.cn/winget-source"}, + {&UpstreamProvider, "https://cdn.winget.microsoft.com/cache", NULL}, + {&MirrorZ, "https://mirrors.cernet.edu.cn/winget-source", NULL}, + {&Ustc, "https://mirrors.ustc.edu.cn/winget-source", NULL}, + {&Nju, "https://mirror.nju.edu.cn/winget-source", NULL}, + {&Nyist, "https://mirror.nyist.edu.cn/winget-source", NULL}, + {&Xjtu, "https://mirrors.xjtu.edu.cn/winget-source", NULL} }; def_sources_n(wr_winget);