speedtest-go: Add version 1.7.10 (#7562)

This commit is contained in:
Friedrich Haussmann 2026-01-29 23:55:32 +01:00 committed by GitHub
parent ed9ce7a0f6
commit c0742ade7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

35
bucket/speedtest-go.json Normal file
View File

@ -0,0 +1,35 @@
{
"version": "1.7.10",
"description": "Full-featured Command Line Interface to Test Internet Speed using speedtest.net.",
"homepage": "https://github.com/showwin/speedtest-go",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v1.7.10/speedtest-go_1.7.10_Windows_x86_64.tar.gz",
"hash": "c16d736a8371f08857d2f25c0f55e17cb1294b3d647a17c9d2bdef45ff338b35"
},
"32bit": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v1.7.10/speedtest-go_1.7.10_Windows_i386.tar.gz",
"hash": "f583c2e63af1816c45a95d83984add6bcf9fa1206329680e442199853ec46f67"
},
"arm64": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v1.7.10/speedtest-go_1.7.10_Windows_arm64.tar.gz",
"hash": "83f7ca7dcb8991fbb31d33158da245be4bc987ea2f8072193c321ee5ce20acb4"
}
},
"bin": "speedtest-go.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v$version/speedtest-go_$version_Windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v$version/speedtest-go_$version_Windows_i386.tar.gz"
},
"arm64": {
"url": "https://github.com/showwin/speedtest-go/releases/download/v$version/speedtest-go_$version_Windows_arm64.tar.gz"
}
}
}
}