From 353cdb197f2998511a16d4c6dec6f4937c2bf774 Mon Sep 17 00:00:00 2001 From: yaokai13 Date: Tue, 7 Jul 2020 17:41:40 +0800 Subject: [PATCH] change the wrong yaml --- irrlicht.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/irrlicht.yaml b/irrlicht.yaml index 1ede89a..e44525b 100644 --- a/irrlicht.yaml +++ b/irrlicht.yaml @@ -1,4 +1,5 @@ -version_control: svn -src_repo: https://svn.code.sf.net/p/irrlicht/code/trunk -tag_prefix: release- -seperator: . +git_url: https://github.com/kasle/Irrlicht.git +version_control: github +src_repo: kasle/Irrlicht +tag_prefix: "^" +seperator: "."