From f132a0709a5a8e27f2294bd93d43f9160a1c1ae4 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 11 Sep 2023 11:15:24 +0800 Subject: [PATCH] Add flathub sources Gitee link #I80491 --- chsrc.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/chsrc.h b/chsrc.h index 5bebb3a..5a34b84 100644 --- a/chsrc.h +++ b/chsrc.h @@ -3,7 +3,7 @@ * License : GPLv3 * Authors : Aoran Zeng * Created on : <2023-08-29> - * Last modified : <2023-09-10> + * Last modified : <2023-09-11> * * chsrc: * @@ -570,6 +570,17 @@ wr_brew_sources[] = { }, + +/** + * 2023-09-11 更新 + * + * @note 目前只有一个源 + */ +wr_flathub_sources[] = { + {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/flathub"}, +}, + + /** * 2023-09-11 更新 * @@ -654,7 +665,7 @@ def_target_sources_n(os_kali); def_target_sources_n(os_openbsd); def_ def_target_sources_n(os_arch); def_target_sources_n(os_gentoo); def_target_sources_n(os_netbsd); def_target_sources_n(os_deepin); def_target_sources_n(os_openeuler); def_target_sources_n(os_openkylin); -def_target_sources_n(wr_brew); def_target_sources_n(wr_guix); +def_target_sources_n(wr_brew); def_target_sources_n(wr_guix); def_target_sources_n(wr_flathub); def_target_sources_n(wr_tex); def_target_sources_n(wr_emacs); def_target_sources_n(wr_anaconda);