From e248d1338dfaff0737e2d41ee1cb24f041c96d78 Mon Sep 17 00:00:00 2001 From: Monday Date: Sun, 29 Jan 2023 07:28:24 +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 --- zeromq.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zeromq.yaml b/zeromq.yaml index bc44d8b..4db7855 100644 --- a/zeromq.yaml +++ b/zeromq.yaml @@ -1,4 +1,5 @@ version_control: github -src_repo: https://github.com/zeromq/libzmq.git +src_repo: zeromq/libzmq tag_prefix: "^v" -seperator: "." +separator: "." +git_url: https://github.com/zeromq/libzmq.git -- Gitee