From 9fcc44b332d9d1a2fd05aad0d95ae47098c56b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 22 May 2021 11:42:16 -0700 Subject: [PATCH] speedtest-cli@1.0.0: Fix URL --- bucket/speedtest-cli.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bucket/speedtest-cli.json b/bucket/speedtest-cli.json index 73db8f4d53..b94e28c337 100644 --- a/bucket/speedtest-cli.json +++ b/bucket/speedtest-cli.json @@ -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" } } }