From 40dbc10a37c7369940a724b58fe415ec9d0ca012 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Aug 2023 02:02:07 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.3-ls122 --- 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 9dc49b910..bcd7ab815 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.3-ls122 (19-08-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.3-ls120 (12-08-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index ac4cf18d0..762401c86 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -93,6 +93,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.3-ls120", + "version": "4.0.3-ls122", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index d67714ca8..642a0187a 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "12-08-2023", + "last_update": "19-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.3-ls120" + "upstream_version": "4.0.3-ls122" }