]> git.99rst.org Git - openwrt-packages.git/commitdiff
librespeed-cli-rust: update to 0.1.1
authorJosef Schlehofer <redacted>
Wed, 12 Aug 2026 06:00:03 +0000 (08:00 +0200)
committerJosef Schlehofer <redacted>
Wed, 12 Aug 2026 13:03:42 +0000 (15:03 +0200)
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 <redacted>
utils/librespeed-cli-rust/Makefile

index 4e734e1e2ab3e79a1f1c4ed908ee6dde5e2d3c19..ba0d5048a4d5bffeefbe6f8b5744554d329e2ba3 100644 (file)
@@ -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 <pepe.schlehofer@gmail.com>
git clone https://git.99rst.org/PROJECT