From 003a1aff3f93a1b206e4bb579df26e96e3f270f4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 1 Nov 2022 01:58:11 +0100 Subject: [PATCH] Updater bot : lidarr updated to 1.0.2.2592-ls100 --- lidarr/CHANGELOG.md | 3 +++ lidarr/config.json | 2 +- lidarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index 8a66aa94c..99f2e2b61 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls100 (01-11-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 1.0.2.2592-ls99 (18-10-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index fcda00c31..b495b915b 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -80,6 +80,6 @@ }, "slug": "lidarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "1.0.2.2592-ls99", + "version": "1.0.2.2592-ls100", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index ed4a52434..421f4ce1b 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "18-10-2022", + "last_update": "01-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.0.2.2592-ls99" + "upstream_version": "1.0.2.2592-ls100" }