Update On Wed Jan 8 19:36:27 CET 2025

This commit is contained in:
github-action[bot]
2025-01-08 19:36:27 +01:00
parent 6e95e44dd2
commit 4b8c5f7785
81 changed files with 1458 additions and 997 deletions

View File

@@ -302,6 +302,7 @@ jobs:
run: |
cd sdk
make package/feeds/passwall_packages/chinadns-ng/compile -j1 2>/dev/null
make package/feeds/passwall_packages/geoview/compile -j1 2>/dev/null
make package/feeds/passwall_packages/tcping/compile -j1 2>/dev/null
make package/feeds/passwall_packages/xray-core/compile -j1 2>/dev/null
make package/feeds/passwall_packages/v2ray-geodata/compile -j1 2>/dev/null
@@ -313,7 +314,6 @@ jobs:
make package/feeds/passwall_packages/simple-obfs/compile -j1 2>/dev/null
make package/feeds/passwall_packages/sing-box/compile -j1 2>/dev/null
make package/feeds/passwall_packages/tuic-client/compile -j1 2>/dev/null
make package/feeds/passwall_packages/v2ray-geoview/compile -j1 2>/dev/null
make package/feeds/passwall_packages/v2ray-plugin/compile -j1 2>/dev/null
echo "status=success" >> $GITHUB_OUTPUT
@@ -344,7 +344,7 @@ jobs:
echo "**package name**|**package version**" >> release.txt
echo "-|-" >> release.txt
pkgs=$(ls feeds/passwall_packages -I v2ray-geodata | grep -E "chinadns-ng|tcping|xray-core|hysteria|naiveproxy|shadowsocks-rust|shadowsocksr-libev|simple-obfs|sing-box|tuic-client|v2ray-geoview|v2ray-plugin")
pkgs=$(ls feeds/passwall_packages -I v2ray-geodata | grep -E "chinadns-ng|geoview|tcping|xray-core|hysteria|naiveproxy|shadowsocks-rust|shadowsocksr-libev|simple-obfs|sing-box|tuic-client|v2ray-plugin")
for pkg in $pkgs; do
version=$(awk -F ':=' '/PKG_VERSION:=/{print $2}' feeds/passwall_packages/$pkg/Makefile | sed 's/\r//g')
[ -z "${version}" ] && version=$(awk -F ':=' '/PKG_SOURCE_DATE:=/{print $2}' feeds/passwall_packages/$pkg/Makefile | sed 's/\r//g')