From 10d518ec65cad9a429afc75ef9b72d86053dce81 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Apr 2023 02:02:10 +0200 Subject: [PATCH] Updater bot : sabnzbd updated to 4.0.0-ls104 --- 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 f7e7ae75f..47b8457e8 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.0-ls104 (29-04-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 3.7.2-ls102 (21-04-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 9a2ce2452..633ad98c0 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -81,6 +81,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.7.2-ls102", + "version": "4.0.0-ls104", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 2b50d1f7d..8b1aa9cdb 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-04-2023", + "last_update": "29-04-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "3.7.2-ls102" + "upstream_version": "4.0.0-ls104" }