From 3d74750775af035312a469189794356a2c7c085d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 19 May 2023 22:22:45 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.1-ls108 --- 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 01858f315..5f7f1f646 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.1-ls108 (19-05-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.1-ls106 (13-05-2023) - Update to latest version from linuxserver/docker-sabnzbd - Feat : cifsdomain added diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 8be6d9e2f..5557cafcb 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -95,6 +95,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.1-ls106", + "version": "4.0.1-ls108", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 97fd2e20b..fd9ca1fb3 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "13-05-2023", + "last_update": "19-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.1-ls106" + "upstream_version": "4.0.1-ls108" }