From 56d48adc16efd36b5b12beae8f4822d69f802ee8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Jun 2023 02:02:51 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.1-ls110 --- 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 6c556699c..d8d189941 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.1-ls110 (03-06-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.1-ls109 (27-05-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 10c577146..c39840dc8 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -94,6 +94,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.1-ls109", + "version": "4.0.1-ls110", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 63d430f38..8a75abae1 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "27-05-2023", + "last_update": "03-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.1-ls109" + "upstream_version": "4.0.1-ls110" }