From 1b033a1a955ffffc51f0e764e77e1aef22d9e961 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 16:17:13 +0800 Subject: [PATCH] add yaml file --- libwebsockets.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libwebsockets.yaml diff --git a/libwebsockets.yaml b/libwebsockets.yaml new file mode 100644 index 0000000..04521da --- /dev/null +++ b/libwebsockets.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://libwebsockets.org/repo/libwebsockets +tag_prefix: ^v +seperator: . -- Gitee