From e919ee4cdccb952a549ba04255df6226b61c3c0f Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Mon, 10 Feb 2025 16:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dluv=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E4=B8=89=E6=96=B9=E5=BA=93gitee=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/luv/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/luv/HPKBUILD b/thirdparty/luv/HPKBUILD index 5344ceef..3c040ad3 100644 --- a/thirdparty/luv/HPKBUILD +++ b/thirdparty/luv/HPKBUILD @@ -54,7 +54,7 @@ prepare() { then return -1 fi - git clone https://gitee.com/mirrors/LuaJIT.git deps/luajit >> `pwd`/build.log 2>&1 + git clone https://gitee.com/wu-guangzhao/LuaJIT.git deps/luajit >> `pwd`/build.log 2>&1 if [ $? != 0 ] then return -2 -- Gitee