From d0caac0efa0ed8f100531b1deb34079807a506c2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Feb 2023 02:01:43 +0100 Subject: [PATCH] Updater bot : sabnzbd updated to 3.7.1-ls89 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 2 +- sabnzbd/updater.json | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index d896562e1..623159a7a 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1 +1,4 @@ + +## 3.7.1-ls89 (04-02-2023) +- Update to latest version from linuxserver/docker-sabnzbd - Initial release (latest builds) diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 5792575cb..ada56fb73 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -80,6 +80,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "test2", + "version": "3.7.1-ls89", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 02464f201..b5d2347b9 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-01-2023", + "last_update": "04-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "v21.1-ls138" -} \ No newline at end of file + "upstream_version": "3.7.1-ls89" +}