From 5c14cecb0fc7f4cc7314f14390fc7eb331303e19 Mon Sep 17 00:00:00 2001 From: Richard Muzik Date: Mon, 10 Nov 2025 14:25:16 +0100 Subject: [PATCH] librespeed-cli: update to version 1.0.12 For full changelog see: - https://github.com/librespeed/speedtest-cli/releases Signed-off-by: Richard Muzik --- utils/librespeed-cli/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/librespeed-cli/Makefile b/utils/librespeed-cli/Makefile index 82ad2cb127..0bca5e6373 100644 --- a/utils/librespeed-cli/Makefile +++ b/utils/librespeed-cli/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2022-2025 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=librespeed-cli -PKG_VERSION:=1.0.10 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.12 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/librespeed/speedtest-cli/tar.gz/v${PKG_VERSION}? -PKG_HASH:=904ec84f41714d5a7ab778534d332219cd254fdd0f97cc33ebb3540d31fb802c +PKG_HASH:=2813ff49a8bc99687e70599212e05f0d995cd7f685e1202e80eea4ff58767301 PKG_MAINTAINER:=Michal Vasilek PKG_LICENSE:=LGPL-3.0-only -- 2.30.2