From 8e387eb3e0f104388088a05e905468fb9b1cd79d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 12 Jul 2022 01:57:01 +0200 Subject: [PATCH] Updater bot : lidarr updated to 1.0.2.2592-ls90 --- 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 e8da2d35a..63e4462c1 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls90 (12-07-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 1.0.2.2592-ls89 (05-07-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index 0f39d959e..26ba99d8d 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -81,6 +81,6 @@ "slug": "lidarr_nas", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "1.0.2.2592-ls89", + "version": "1.0.2.2592-ls90", "webui": "http://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 70fc94090..e48cc4a11 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "05-07-2022", + "last_update": "12-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.0.2.2592-ls89" + "upstream_version": "1.0.2.2592-ls90" }