From 125c3f27f042780d3c2cf2d090579a969ae495a4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 30 Aug 2025 01:58:51 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.5.3 --- 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 d2015141e..2f16c74fc 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.5.3 (30-08-2025) +- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases) ## 4.5.2 (12-07-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 0b7b93a74..f27094b02 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.2", + "version": "4.5.3", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index e938246fd..77830e1e5 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-07-2025", + "last_update": "30-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.5.2" + "upstream_version": "4.5.3" }