Update sources for WinGet

This commit is contained in:
Aoran Zeng 2025-07-13 20:49:51 +08:00
parent a40e3b1525
commit 93a5ed2e6f
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -4,17 +4,20 @@
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* Created On : <2024-06-07> * Created On : <2024-06-07>
* Last Modified : <2024-08-17> * Last Modified : <2025-07-13>
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
/** /**
* @update 2024-06-07 * @update 2025-07-13
* @note
*/ */
static Source_t wr_winget_sources[] = static Source_t wr_winget_sources[] =
{ {
{&UpstreamProvider, "https://cdn.winget.microsoft.com/cache"}, {&UpstreamProvider, "https://cdn.winget.microsoft.com/cache", NULL},
{&Ustc, "https://mirrors.ustc.edu.cn/winget-source"}, {&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); def_sources_n(wr_winget);