Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:02:21 +08:00
parent b8f847a9ce
commit 743380290e
68 changed files with 109 additions and 109 deletions

View File

@@ -10,7 +10,7 @@
/**
* @time 2024-06-12 更新
*/
static SourceInfo
static Source_t
os_almalinux_sources[] = {
{&UpstreamProvider, "http://repo.almalinux.org/almalinux"},
{&Ali, "https://mirrors.aliyun.com/almalinux"},

View File

@@ -12,7 +12,7 @@
/**
* @time 2024-06-12 更新
*/
static SourceInfo
static Source_t
os_anolis_sources[] = {
{&UpstreamProvider, NULL},
{&Ali, "https://mirrors.aliyun.com/anolis"},

View File

@@ -14,7 +14,7 @@
/**
* @update 2024-11-04
*/
static SourceInfo
static Source_t
os_fedora_sources[] = {
{&UpstreamProvider, "http://download.example/pub/fedora/linux"},
{&Ali, "https://mirrors.aliyun.com/fedora"},

View File

@@ -10,7 +10,7 @@
/**
* @time 2024-06-12 更新
*/
static SourceInfo
static Source_t
os_rockylinux_sources[] = {
{&UpstreamProvider, NULL},
{&MirrorZ, "https://mirrors.cernet.edu.cn/rocky"},

View File

@@ -11,7 +11,7 @@
/**
* @update 2024-09-14
*/
static SourceInfo
static Source_t
os_openeuler_sources[] = {
{&UpstreamProvider, "https://repo.openeuler.org/"},
{&Ali, "https://mirrors.aliyun.com/openeuler/"},