From 6dab45f14966c2cbcca509fa91df458b5ed78ff7 Mon Sep 17 00:00:00 2001 From: guowenxue@gmail.com <guowenxue> Date: Thu, 04 Jun 2026 11:39:00 +0800 Subject: [PATCH] Update build shell script for ftp server --- opencv/build.sh | 2 +- libevent/build.sh | 2 +- qt/build.sh | 2 +- pppd/build.sh | 2 +- valgrind/build.sh | 2 +- sqlite/build.sh | 2 +- mosquitto/build.sh | 2 +- cjson/build.sh | 2 +- lrzsz/build.sh | 2 +- stunnel/build.sh | 2 +- openssl/build.sh | 2 +- busybox/build.sh | 2 +- libxml2/build.sh | 2 +- libgpiod/build.sh | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/busybox/build.sh b/busybox/build.sh index 2356ca8..429e9e2 100755 --- a/busybox/build.sh +++ b/busybox/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.bz2 # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/cjson/build.sh b/cjson/build.sh index 1666b33..ac95a55 100755 --- a/cjson/build.sh +++ b/cjson/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/libevent/build.sh b/libevent/build.sh index 55e452d..8a2042f 100755 --- a/libevent/build.sh +++ b/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/libgpiod/build.sh b/libgpiod/build.sh index c1563fc..81f117d 100755 --- a/libgpiod/build.sh +++ b/libgpiod/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/libxml2/build.sh b/libxml2/build.sh index b2f5141..ffdcbdf 100755 --- a/libxml2/build.sh +++ b/libxml2/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.xz # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/lrzsz/build.sh b/lrzsz/build.sh index 3bfdbc8..0d5f4e2 100755 --- a/lrzsz/build.sh +++ b/lrzsz/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/mosquitto/build.sh b/mosquitto/build.sh index d42acea..ec91a05 100755 --- a/mosquitto/build.sh +++ b/mosquitto/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/opencv/build.sh b/opencv/build.sh index c01570c..c8df2f1 100755 --- a/opencv/build.sh +++ b/opencv/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=zip # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/openssl/build.sh b/openssl/build.sh index 244da93..e365d09 100755 --- a/openssl/build.sh +++ b/openssl/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/pppd/build.sh b/pppd/build.sh index 02988ea..52aaee1 100755 --- a/pppd/build.sh +++ b/pppd/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/qt/build.sh b/qt/build.sh index 4b2094d..8bce607 100755 --- a/qt/build.sh +++ b/qt/build.sh @@ -12,7 +12,7 @@ PACK_SUFIX=tar.xz # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/qt +LY_FTP=http://master.weike-iot.com:8021/src/qt # library download URL address LIB_URL=$LY_FTP diff --git a/sqlite/build.sh b/sqlite/build.sh index cc78a95..533ad0f 100755 --- a/sqlite/build.sh +++ b/sqlite/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/stunnel/build.sh b/stunnel/build.sh index 0c09d05..2452240 100755 --- a/stunnel/build.sh +++ b/stunnel/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://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP diff --git a/valgrind/build.sh b/valgrind/build.sh index 39ce015..deda0b7 100755 --- a/valgrind/build.sh +++ b/valgrind/build.sh @@ -6,7 +6,7 @@ PACK_SUFIX=tar.bz2 # LingYun source code FTP server -LY_FTP=http://main.iot-yun.club:2211/src/ +LY_FTP=http://master.weike-iot.com:8021/src/ # library download URL address LIB_URL=$LY_FTP -- Gitblit v1.10.0