ScoopInstaller_Main/bucket/speedtest-cli.json
2021-11-18 20:00:46 +00:00

25 lines
778 B
JSON

{
"version": "1.1.1",
"description": "Internet connection speed and performance tester",
"homepage": "https://www.speedtest.net/apps/cli",
"license": {
"identifier": "Freeware",
"url": "https://www.speedtest.net/about/eula"
},
"architecture": {
"64bit": {
"url": "https://install.speedtest.net/app/cli/ookla-speedtest-1.1.1-win64.zip",
"hash": "39a4f97512fda5033ccca28674b009e15056c780ea1c296265391aca4897a494"
}
},
"bin": "speedtest.exe",
"checkver": "speedtest-([\\d.]+)-win64\\.zip",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://install.speedtest.net/app/cli/ookla-speedtest-$version-win64.zip"
}
}
}
}