From da7769a0f1cd0d27348521981ba90e8e69e0c7b8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 23 Jun 2022 01:56:59 +0200 Subject: [PATCH] Updater bot : lidarr updated to 1.0.2.2592-ls88 --- 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 aecad2bf5..be86097a7 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls88 (23-06-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 1.0.2.2592-ls87 (16-06-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index 86fb2b337..98ea1f4f1 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -79,6 +79,6 @@ "slug": "lidarr_nas", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "1.0.2.2592-ls87", + "version": "1.0.2.2592-ls88", "webui": "http://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index d4fe09cbf..fe3cabcd2 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "16-06-2022", + "last_update": "23-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.0.2.2592-ls87" + "upstream_version": "1.0.2.2592-ls88" }