ScoopInstaller_Main/bucket/speedtest-cli.json
2021-05-22 11:42:16 -07:00

25 lines
778 B
JSON

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