summaryrefslogtreecommitdiff
path: root/xmake/packages/git/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-09-27 23:19:51 +0800
committerruki <[email protected]>2017-09-27 13:59:10 +0800
commitbee50fa70e44973ff43d2c6adeb96a18f4b38148 (patch)
treed70e4d2a28216793d65c0f79e936fcad5b71b17b /xmake/packages/git/xmake.lua
parentca581595f689b8ec3de720560ab3946745889936 (diff)
fix repo environment
Diffstat (limited to 'xmake/packages/git/xmake.lua')
-rw-r--r--xmake/packages/git/xmake.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/packages/git/xmake.lua b/xmake/packages/git/xmake.lua
index 77e8575c2..5c7bfbfe9 100644
--- a/xmake/packages/git/xmake.lua
+++ b/xmake/packages/git/xmake.lua
@@ -7,14 +7,14 @@ package("git")
if os.host() == "windows" then
if os.arch() == "x64" then
- add_urls("https://coding.net/u/waruqi/p/xmake-win64env/git/archive/$(version).zip", {alias = "coding"})
+-- add_urls("https://coding.net/u/waruqi/p/xmake-win64env/git/archive/$(version).zip", {alias = "coding"})
add_urls("https://github.com/tboox/xmake-win64env/archive/$(version).zip", {alias = "github"})
- add_sha256s("[email protected]", "1071c5e43613ff591bad7f5ad90fe1621a070cf20c56f06d5177e095f88c9a74")
+-- add_sha256s("[email protected]", "1071c5e43613ff591bad7f5ad90fe1621a070cf20c56f06d5177e095f88c9a74")
add_sha256s("[email protected]", "95170b1d144ebb30961611fd87b1e9404bbe37d2d904adb15f3e202bb3e19c21")
else
- add_urls("https://coding.net/u/waruqi/p/xmake-win32env/git/archive/$(version).zip", {alias = "coding"})
+-- add_urls("https://coding.net/u/waruqi/p/xmake-win32env/git/archive/$(version).zip", {alias = "coding"})
add_urls("https://github.com/tboox/xmake-win32env/archive/$(version).zip", {alias = "github"})
- add_sha256s("[email protected]", "de8623309f956619f70a8681201ecacfb99b7694070b63c4d53756de8855697e")
+-- add_sha256s("[email protected]", "de8623309f956619f70a8681201ecacfb99b7694070b63c4d53756de8855697e")
add_sha256s("[email protected]", "3c46983379329a246596a2b5f0ff971b55e3eccbbfd34272e7121e13fb346db5")
end
else