Updater bot : librespeed updated to 6.2.1 (upstream 6.2.1)

This commit is contained in:
alexbelgium
2026-08-15 01:28:58 +02:00
parent b0ee293f92
commit 0ce7179a38
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 6.2.1 (2026-08-15)
- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases)
## 6.2.0 (2026-07-25) ## 6.2.0 (2026-07-25)
- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases) - Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases)

View File

@@ -98,4 +98,4 @@ schema:
TZ: str? TZ: str?
slug: librespeed slug: librespeed
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "6.2.0" version: "6.2.1"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-07-25", "last_update": "2026-08-15",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "librespeed", "slug": "librespeed",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-librespeed", "upstream_repo": "linuxserver/docker-librespeed",
"upstream_version": "6.2.0" "upstream_version": "6.2.1"
} }