mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-17 20:57:28 +08:00
Update sources for WinGet
This commit is contained in:
parent
a40e3b1525
commit
93a5ed2e6f
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user