From 9a6f39216cf6d246b7200854a3d15c9a11044256 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 9 Nov 2025 12:58:30 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20`Debian`=20recipe:=20=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=20`/`=20[GitHub=20#319]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/os/APT/Debian.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/os/APT/Debian.c b/src/recipe/os/APT/Debian.c index f56ebb5..8857b28 100644 --- a/src/recipe/os/APT/Debian.c +++ b/src/recipe/os/APT/Debian.c @@ -10,7 +10,7 @@ os_debian_prelude () chef_prep_this (os_debian, gsr); chef_set_created_on (this, "2023-09-02"); - chef_set_last_updated (this, "2025-09-12"); + chef_set_last_updated (this, "2025-11-09"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); @@ -25,7 +25,7 @@ os_debian_prelude () def_sources_begin() {&UpstreamProvider, "http://deb.debian.org/debian", FeedByPrelude}, - {&MirrorZ, "https://mirrors.cernet.edu.cn/debian/", FeedByPrelude}, + {&MirrorZ, "https://mirrors.cernet.edu.cn/debian", FeedByPrelude}, {&Ali, "https://mirrors.aliyun.com/debian", FeedByPrelude}, {&Volcengine, "https://mirrors.volces.com/debian", FeedByPrelude}, {&Bfsu, "https://mirrors.bfsu.edu.cn/debian", FeedByPrelude},