From 58d8f9272139f29ec63f8fdde74a835fe031dece Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Tue, 31 Oct 2023 22:07:46 +0200 Subject: [PATCH] speedtestcpp: update to 1.20.3 changes: - fixes a bug where science notations (exponentials) are displayed during tests during high speed bursts Signed-off-by: Oskari Rauta --- net/speedtestcpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/speedtestcpp/Makefile b/net/speedtestcpp/Makefile index 95e8dc3823..bd39bfe1d1 100644 --- a/net/speedtestcpp/Makefile +++ b/net/speedtestcpp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speedtestcpp -PKG_VERSION:=1.20.2 +PKG_VERSION:=1.20.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/oskarirauta/speedtestcpp/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=7d5c85f1d9a46f7d8a3ac4261ef1f92e53c511430bae096f7ec6f12a33d38904 +PKG_HASH:=8154e2161c56c0ac1275e57c34f448aaf98fb49937ff824ce975d95984395025 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=MIT