Updater bot : sabnzbd updated to 5.0.4

This commit is contained in:
alexbelgium
2026-06-11 18:27:46 +02:00
parent 3b80e7edff
commit 9f5d230db3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 5.0.4 (2026-06-11)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 5.0.3 (2026-05-16) ## 5.0.3 (2026-05-16)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)

View File

@@ -106,5 +106,5 @@ schema:
slug: sabnzbd slug: sabnzbd
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "5.0.3" version: "5.0.4"
webui: http://[HOST]:[PORT:8080] webui: http://[HOST]:[PORT:8080]

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-05-16", "last_update": "2026-06-11",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "sabnzbd", "slug": "sabnzbd",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-sabnzbd", "upstream_repo": "linuxserver/docker-sabnzbd",
"upstream_version": "5.0.3" "upstream_version": "5.0.4"
} }