From: Josef Schlehofer Date: Wed, 12 Aug 2026 06:00:03 +0000 (+0200) Subject: librespeed-cli-rust: update to 0.1.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=95875218de25e6340251910a8c996e5a811c69b8;p=openwrt-packages.git librespeed-cli-rust: update to 0.1.1 Brings the client in line with the fixes merged into the Go client: --json and --csv end with a newline, --debug names the address each ICMP ping reached and the spread of the samples, and the User-Agent carries the operating system and architecture. Also tolerates a backend that answers getIP.php with an empty rawIspInfo, which previously discarded the whole response. Signed-off-by: Josef Schlehofer --- diff --git a/utils/librespeed-cli-rust/Makefile b/utils/librespeed-cli-rust/Makefile index 4e734e1e2..ba0d5048a 100644 --- a/utils/librespeed-cli-rust/Makefile +++ b/utils/librespeed-cli-rust/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=librespeed-cli-rust -PKG_VERSION:=0.1.0 +PKG_VERSION:=0.1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/BKPepe/speedtest-cli-rust/tar.gz/refs/tags/v$(PKG_VERSION)? -PKG_HASH:=d6b88befe573a9d2f93656fadeb69c194c6aa0027749662e2f0dafd972cee8f5 +PKG_HASH:=fb658ea4e988c6d60cf4d01df6a3e4a7ed1b55192217a4a712d089584da5c9ec PKG_BUILD_DIR:=$(BUILD_DIR)/speedtest-cli-rust-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer