mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
speedtest-cli: Add version 1.0.0 (#540)
This commit is contained in:
parent
5149fd6746
commit
d7343f0736
29
bucket/speedtest-cli.json
Normal file
29
bucket/speedtest-cli.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"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://dl.bintray.com/ookla/download/ookla-speedtest-1.0.0-win64.zip",
|
||||
"hash": "64054a021dd7d49e618799a35ddbc618dcfc7b3990e28e513a420741717ac1ad"
|
||||
}
|
||||
},
|
||||
"bin": "speedtest.exe",
|
||||
"checkver": {
|
||||
"regex": "speedtest-([\\d.]+)-win64.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.bintray.com/ookla/download/ookla-speedtest-$version-win64.zip",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user