From 6a9a712613a40ab378ec089cd501d170f74164c0 Mon Sep 17 00:00:00 2001 From: Monday Date: Tue, 31 Jan 2023 01:41:48 +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 --- SDL2.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/SDL2.yaml b/SDL2.yaml index 0d4c8f8..25199a0 100644 --- a/SDL2.yaml +++ b/SDL2.yaml @@ -1,4 +1,5 @@ -version_control: hg -src_repo: https://hg.libsdl.org/SDL -tag_prefix: ^release- -seperator: . +version_control: github +src_repo: libsdl-org/SDL +tag_prefix: "^release-" +separator: "." +git_url: https://github.com/libsdl-org/SDL.git \ No newline at end of file -- Gitee