From db1a24ab06ed51fcf2fbe0218ce0222162ecc492 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 26 Aug 2023 12:18:18 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.3 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 2 +- sabnzbd/updater.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 7d5ce47f1..6ef87dfdb 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.3 (26-08-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.3-ls123 (26-08-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 358b7b186..999818bb0 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-ls123", + "version": "4.0.3", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index acc85b67c..65a2f088b 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -4,5 +4,5 @@ "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.3-ls123" + "upstream_version": "4.0.3" }