From f26f0fe8542d8af7f404adfcd342a5d1aa25fc2a Mon Sep 17 00:00:00 2001 From: RikudouPatrickstar <68163551+RikudouPatrickstar@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:23:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E5=90=84=E5=86=85?= =?UTF-8?q?=E6=A0=B8=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/version b/bin/version index c104ad3..ecbe3d8 100644 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ -clashnet_v=1.7.6 +clashnet_v=v1.7.6 GeoIP_v=202201280303 -clashpre_v=1.7.1 -clash_v=1.7.1 -meta_v=1.9.0dev +clashpre_v=2021.09.15 +clash_v=v1.7.1 +meta_v=develop-76dcceb versionsh=1.5.1 From 91a9ead25634f4f5acb6144e9cebfd60680e2cfb Mon Sep 17 00:00:00 2001 From: RikudouPatrickstar <68163551+RikudouPatrickstar@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:47:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E5=86=85=E6=A0=B8=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/getdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getdate.sh b/scripts/getdate.sh index d05f3b1..5ac16f4 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -799,7 +799,7 @@ update(){ [ "$clashcore" = "clashpre" ] && clash_n=$clashpre_v [ "$clashcore" = "clash.net" ] && clash_n=$clashnet_v [ "$clashcore" = "clash.meta" ] && clash_n=$meta_v - clash_v=$($bindir/clash -v 2>/dev/null | awk '{print $2}') + clash_v=$($bindir/clash -v 2>/dev/null | sed 's/ linux.*//;s/.* //') [ -z "$clash_v" ] && clash_v=$clashv echo -e "\033[30;47m欢迎使用更新功能:\033[0m" echo -----------------------------------------------