Updater bot : librespeed updated to 6.3.0 (upstream 6.3.0)

This commit is contained in:
alexbelgium
2026-09-12 19:27:23 +02:00
parent 502800f9bf
commit be69aed455
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 6.3.0 (2026-09-12)
- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases)
- Migrate legacy add-on configuration map names to current app configuration terminology. - Migrate legacy add-on configuration map names to current app configuration terminology.
## 6.2.1 (2026-08-15) ## 6.2.1 (2026-08-15)

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.1" version: "6.3.0"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-08-15", "last_update": "2026-09-12",
"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.1" "upstream_version": "6.3.0"
} }