From 7efe3e3df214f2cf82f15265ac69fc8a04906dca Mon Sep 17 00:00:00 2001 From: Monday Date: Wed, 12 Jul 2023 09:01:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- musl.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/musl.yaml b/musl.yaml index ebe14ae..df1b5e3 100644 --- a/musl.yaml +++ b/musl.yaml @@ -1,4 +1,5 @@ version_control: git -src_repo: git://git.musl-libc.org/musl -tag_prefix: ^v +src_repo: https://git.musl-libc.org/git/musl +tag_pattern: musl-(.*).tar.gz separator: "." +git_url: https://git.musl-libc.org/git/musl \ No newline at end of file -- Gitee