From 9e83998592fe2ad006840282aa2f9f699dd3ff7a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Apr 2025 01:58:35 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.5.0 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 2 +- sabnzbd/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 3d2a46efd..e8f1304ec 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -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) - New config logic, files migrated to /addon_configs/xxx-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index f95085c77..edaedf86d 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -111,6 +111,6 @@ "slug": "sabnzbd", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.4.1-2", + "version": "4.5.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index edb98c5ed..9949a47f4 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "05-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.4.1" + "upstream_version": "4.5.0" }