From e4756a348dbe4cbda965c96bbbf41285dbdc87ec Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Mar 2023 02:01:40 +0100 Subject: [PATCH] Updater bot : sabnzbd updated to 3.7.2-ls93 --- 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 03b69b1ce..e14e70254 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.2-ls93 (04-03-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 3.7.2-ls92 (25-02-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index 29b380f7d..87bb0982f 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-ls92", + "version": "3.7.2-ls93", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 9535a30d2..539d4e451 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "25-02-2023", + "last_update": "04-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "3.7.2-ls92" + "upstream_version": "3.7.2-ls93" }