Updater bot : sabnzbd updated to 4.5.0

This commit is contained in:
alexbelgium
2025-04-05 01:58:35 +02:00
parent 7483cd1170
commit 9e83998592
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 4.5.0 (05-04-2025)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.4.1-2 (10-02-2025) ## 4.4.1-2 (10-02-2025)
- New config logic, files migrated to /addon_configs/xxx-sabnzbd - New config logic, files migrated to /addon_configs/xxx-sabnzbd

View File

@@ -111,6 +111,6 @@
"slug": "sabnzbd", "slug": "sabnzbd",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.4.1-2", "version": "4.5.0",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "21-12-2024", "last_update": "05-04-2025",
"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": "4.4.1" "upstream_version": "4.5.0"
} }