speedtest-cli@1.0.0: Fix URL

This commit is contained in:
Jakub Čábera 2021-05-22 11:42:16 -07:00
parent cd15f46675
commit 9fcc44b332

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0",
"description": "Internet connection speed and performance tester.",
"description": "Internet connection speed and performance tester",
"homepage": "https://www.speedtest.net/apps/cli",
"license": {
"identifier": "Freeware",
@ -8,7 +8,7 @@
},
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/ookla/download/ookla-speedtest-1.0.0-win64.zip",
"url": "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-win64.zip",
"hash": "64054a021dd7d49e618799a35ddbc618dcfc7b3990e28e513a420741717ac1ad"
}
},
@ -17,10 +17,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/ookla/download/ookla-speedtest-$version-win64.zip",
"hash": {
"url": "$url.sha256"
}
"url": "https://install.speedtest.net/app/cli/ookla-speedtest-$version-win64.zip"
}
}
}