speedtest_cli: use https by default. (#11123)

Patch taken from https://github.com/sivel/speedtest-cli/pull/800
This commit is contained in:
OscarL
2024-09-17 14:25:15 -03:00
committed by GitHub
parent bee0c0fde9
commit 2b523b876f
2 changed files with 59 additions and 2 deletions

View File

@@ -12,12 +12,16 @@ and CPU and Memory capacity and speed."
HOMEPAGE="https://github.com/sivel/speedtest-cli"
COPYRIGHT="2012-2021 Matt Martz"
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="45e3ca21c3ce3c339646100de18db8a26a27d240c29f1c9e07b6c13995a969be"
SOURCE_FILENAME="speedtest-cli-$portVersion.tar.gz"
SOURCE_DIR="speedtest-cli-$portVersion"
PATCHES="0001-Python-3.10-support.patch"
PATCHES="
0001-Python-3.10-support.patch
800.patch
"
ARCHITECTURES="any"