From fb39b30fa3b746f81c0c4365e2d75165c146cd1a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Jul 2025 01:58:49 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.5.2 --- 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 d8f8d8b6b..55fc9ac2f 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.5.2 (12-07-2025) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) + ## 4.5.1 (12-04-2025) - Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 628f86e14..0b7b93a74 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.5.1", + "version": "4.5.2", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 51dfc90aa..e938246fd 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-04-2025", + "last_update": "12-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.5.1" + "upstream_version": "4.5.2" }