更新 p2pool 到 4.17.1
Build and Release / release (push) Successful in 38s
Build and Release / build-and-test (amd64) (push) Successful in 4m33s
Build and Release / build-and-test (arm64) (push) Successful in 22m28s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 20:33:10 +08:00
co-authored by Claude Opus 4.8
parent 34aa4f8c74
commit 893e0dc74d
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
echo "Example: $0 amd64 4.17 p2pool-amd64-linux-static-4.17.tar.gz"
echo "Example: $0 amd64 4.17.1 p2pool-amd64-linux-static-4.17.1.tar.gz"
exit 1
fi