summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-09-12 00:45:42 +0800
committerruki <[email protected]>2018-09-11 22:34:17 +0800
commitaa39ccc9c25bd3ecd8ae6cf30e8b447da5ab20b4 (patch)
tree4d15b99a69f8e83f1e09655798edfeec1a380f6a
parent26271fd2ef89939e415d6ab206a413358b9045d4 (diff)
add xmake-repo mirror
-rw-r--r--xmake/core/sandbox/modules/import/core/package/repository.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/import/core/package/repository.lua b/xmake/core/sandbox/modules/import/core/package/repository.lua
index 499d2e902..63506dab5 100644
--- a/xmake/core/sandbox/modules/import/core/package/repository.lua
+++ b/xmake/core/sandbox/modules/import/core/package/repository.lua
@@ -84,7 +84,7 @@ function sandbox_core_package_repository.repositories(is_global)
import("net.fasturl")
-- sort main urls
- local mainurls = {"https://github.com/tboox/xmake-repo.git", "https://gitlab.com/tboox/xmake-repo.git"}
+ local mainurls = {"https://github.com/tboox/xmake-repo.git", "https://gitlab.com/tboox/xmake-repo.git", "https://gitee.com/tboox/xmake-repo.git"}
fasturl.add(mainurls)
mainurls = fasturl.sort(mainurls)