From 675458fd0f997ca8819de677cab331bfdc57a922 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 27 Sep 2022 01:57:25 +0200 Subject: [PATCH] Updater bot : lidarr updated to 1.0.2.2592-ls98 --- 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 575c18f90..7740428d3 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls98 (27-09-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 1.0.2.2592-ls97 (20-09-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index 89f6db977..0d8166e26 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-ls97", + "version": "1.0.2.2592-ls98", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index f6a8d4157..d11988eec 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "20-09-2022", + "last_update": "27-09-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.0.2.2592-ls97" + "upstream_version": "1.0.2.2592-ls98" }