ScoopInstaller_Main/bucket/speedtest-cli.json
2022-08-11 00:34:28 +00:00

25 lines
778 B
JSON

{
"version": "1.2.0",
"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.2.0-win64.zip",
"hash": "13e3d888b845d301a556419e31f14ab9bff57e3f06089ef2fd3bdc9ba6841efa"
}
},
"bin": "speedtest.exe",
"checkver": "speedtest-([\\d.]+)-win64\\.zip",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://install.speedtest.net/app/cli/ookla-speedtest-$version-win64.zip"
}
}
}
}