From 705c9b768db7539205992906aed2911425d43caa Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 16:13:04 +0800 Subject: [PATCH] update iniparser to remove warnning --- project/openlibs/libevent/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/openlibs/libevent/build.sh b/project/openlibs/libevent/build.sh index 55e452d..bdb4834 100755 --- a/project/openlibs/libevent/build.sh +++ b/project/openlibs/libevent/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.gz # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://weike-iot.com:2211/src/ # library download URL address LIB_URL=$LY_FTP -- Gitblit v1.9.1