mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
speedtest_cli: use https by default. (#11123)
Patch taken from https://github.com/sivel/speedtest-cli/pull/800
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user