Merge branch 'master' of https://github.com/juewuy/ShellClash into master

This commit is contained in:
juewuy
2022-12-05 20:47:30 +08:00
10 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,7 @@ jobs:
tar xf upx-3.93-amd64_linux.tar.xz tar xf upx-3.93-amd64_linux.tar.xz
- name: Download Core - name: Download Core
run: | run: |
archs="386 amd64 armv5 armv7 armv8 mips-softfloat mipsle-hardfloat mipsle-softfloat" archs="386 amd64 armv5 armv7 arm64 mips-softfloat mipsle-hardfloat mipsle-softfloat"
mkdir tmp mkdir tmp
for arch in ${archs};do for arch in ${archs};do
wget "${download_url}/${download_version}/clash-linux-${arch}-${download_version}.gz" -O - | gunzip -c > ./tmp/clash-linux-${arch} wget "${download_url}/${download_version}/clash-linux-${arch}-${download_version}.gz" -O - | gunzip -c > ./tmp/clash-linux-${arch}
@@ -36,6 +36,7 @@ jobs:
fi fi
fi fi
done done
mv -f ./tmp/clash-linux-arm64 ./tmp/clash-linux-armv8
rm -fr upx* rm -fr upx*
- name: Update - name: Update
run: | run: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,5 +1,5 @@
clashnet_v=v1.7.6 clashnet_v=v1.7.6
clashpre_v=2022.08.26 clashpre_v=2022.11.25
clash_v=v1.7.1 clash_v=v1.7.1
meta_v=v1.13.2 meta_v=v1.13.2
versionsh=1.6.9 versionsh=1.6.9