diff options
| author | ruki <[email protected]> | 2020-04-17 22:35:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-17 09:32:31 +0800 |
| commit | 9335a54c82fae64232a71634baa354cfcb00fe93 (patch) | |
| tree | 719f42a6e9dc8d76b2867fae1e3c4670cc5e2dbc | |
| parent | 0e2c090e9205bc2f9fefe2bf150b7d38f47e04a3 (diff) | |
remove coding mirror
| -rw-r--r-- | xmake/repository/packages/7/7z/xmake.lua | 6 | ||||
| -rw-r--r-- | xmake/repository/packages/g/git/xmake.lua | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/xmake/repository/packages/7/7z/xmake.lua b/xmake/repository/packages/7/7z/xmake.lua index 6cf58320e..298b972be 100644 --- a/xmake/repository/packages/7/7z/xmake.lua +++ b/xmake/repository/packages/7/7z/xmake.lua @@ -7,13 +7,11 @@ package("7z") if os.host() == "windows" then if os.arch() == "x64" then set_urls("https://github.com/xmake-mirror/7zip/releases/download/$(version)/7z$(version)-x64.zip", - "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x64.zip", - "https://qcloud.coding.net/u/waruqi/p/7zip-releases/git/raw/master/7z$(version)-x64.zip") + "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x64.zip") add_versions("18.05", "e6e2d21e2c482f1b1c5a6d21ed80800ce1273b902cf4b9afa68621545540ee2f") else set_urls("https://github.com/xmake-mirror/7zip/releases/download/$(version)/7z$(version)-x86.zip", - "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x86.zip", - "https://qcloud.coding.net/u/waruqi/p/7zip-releases/git/raw/master/7z$(version)-x86.zip") + "https://gitlab.com/xmake-mirror/7zip-releases/raw/master/7z$(version)-x86.zip") add_versions("18.05", "544c37bebee30437aba405071484e0ac6310332b4bdabe4ca7420a800d4b4b5e") end else diff --git a/xmake/repository/packages/g/git/xmake.lua b/xmake/repository/packages/g/git/xmake.lua index 739f5dd13..d3c6c08b4 100644 --- a/xmake/repository/packages/g/git/xmake.lua +++ b/xmake/repository/packages/g/git/xmake.lua @@ -7,8 +7,7 @@ package("git") if os.host() == "windows" then if os.arch() == "x64" then add_urls("https://github.com/git-for-windows/git/releases/download/v$(version).windows.1/MinGit-$(version)-64-bit.zip", - "https://gitlab.com/xmake-mirror/git-for-windows-releases/raw/master/MinGit-$(version)-64-bit.zip", - "https://qcloud.coding.net/u/waruqi/p/git-for-windows-releases/git/raw/master/MinGit-$(version)-64-bit.zip") + "https://gitlab.com/xmake-mirror/git-for-windows-releases/raw/master/MinGit-$(version)-64-bit.zip") if winos.version():gt("winxp") then add_versions("2.20.0", "f577f81c401535858761fc4857a105337cc12880b79e72f89d0740167083d287") else @@ -16,8 +15,7 @@ package("git") end else add_urls("https://github.com/git-for-windows/git/releases/download/v$(version).windows.1/MinGit-$(version)-32-bit.zip", - "https://gitlab.com/xmake-mirror/git-for-windows-releases/raw/master/MinGit-$(version)-32-bit.zip", - "https://qcloud.coding.net/u/waruqi/p/git-for-windows-releases/git/raw/master/MinGit-$(version)-32-bit.zip") + "https://gitlab.com/xmake-mirror/git-for-windows-releases/raw/master/MinGit-$(version)-32-bit.zip") if winos.version():gt("winxp") then add_versions("2.20.0", "39d3dce9f67d7ae884edf0416d28f6dd8e24b6326de8e509613a2b12fb4f0820") else |
