From 4c45c578373c628260b46ad33c2323700fa44303 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:02:23 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.1-ls105 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 4 ++-- sabnzbd/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 47b8457e8..9c7adc973 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.1-ls105 (06-05-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.0-ls104 (29-04-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index f08ceb18b..967ecbe58 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.0-ls104", + "version": "4.0.1-ls105", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 8b1aa9cdb..5239b6a67 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.0-ls104" + "upstream_version": "4.0.1-ls105" }