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", "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", "homepage": "https://www.speedtest.net/apps/cli",
"license": { "license": {
"identifier": "Freeware", "identifier": "Freeware",
@ -8,7 +8,7 @@
}, },
"architecture": { "architecture": {
"64bit": { "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" "hash": "64054a021dd7d49e618799a35ddbc618dcfc7b3990e28e513a420741717ac1ad"
} }
}, },
@ -17,10 +17,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.bintray.com/ookla/download/ookla-speedtest-$version-win64.zip", "url": "https://install.speedtest.net/app/cli/ookla-speedtest-$version-win64.zip"
"hash": {
"url": "$url.sha256"
}
} }
} }
} }