From ea10fbf7c4861b7d577c24767278eef1a9497a85 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 12:22:46 +1000 Subject: [PATCH] Update librespeed to version 5.3.3 (#1262) --- librespeed/docker-compose.yml | 2 +- librespeed/umbrel-app.yml | 27 +++++++-------------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/librespeed/docker-compose.yml b/librespeed/docker-compose.yml index 5bab347..9fcebf5 100644 --- a/librespeed/docker-compose.yml +++ b/librespeed/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 server: - image: linuxserver/librespeed:5.3.0@sha256:69c23e3bb022a99c5b0d9717c97836574907226e861de94898ef483b1f9b5c0d + image: ghcr.io/librespeed/speedtest:5.3.3@sha256:a771469759b6eccc08865fbf38e5c05e21c2eb63e100708aff5df38df6b6ce62 environment: PUID: 1000 PGID: 1000 diff --git a/librespeed/umbrel-app.yml b/librespeed/umbrel-app.yml index 706e771..4a22db3 100644 --- a/librespeed/umbrel-app.yml +++ b/librespeed/umbrel-app.yml @@ -2,32 +2,19 @@ manifestVersion: 1 id: librespeed category: networking name: LibreSpeed -version: "5.3.0" +version: "5.3.3" tagline: Free and open source speedtest description: >- Free and open source speedtest. Measure internet speeds between your devices and your Umbrel. releaseNotes: >- - This update takes LibreSpeed from v5.2.5 to v5.3.0. + What's Changed: + - Added IPv6 ULA regex match. + - Improved Apache startup process. + - Enhanced IPv6 regex matching. + - Fixed download speed issue on certain platforms. - Changes include: - - - Improved docker file - - - update php to 8.2 - - - ios favicon - - - adopt new getIP API - - - improve documentation - - - change units from Mbps to Mbit/s (only naming, no changed values) - - - move examples to folder - - - Full release notes are found at: https://github.com/librespeed/speedtest/releases/tag/5.3.0 + Full release notes are found at: https://github.com/librespeed/speedtest/releases. developer: LibreSpeed website: https://librespeed.org/ dependencies: []