From c0636f11c257893fbc40664a199e9ddb9283f9aa Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Sep 2024 01:59:21 +0200 Subject: [PATCH] Updater bot : lidarr updated to 2.5.3.4341 --- 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 dd33649d5..1a6aa3523 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.3.4341 (07-09-2024) +- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) + ## 2.4.3.4248 (20-07-2024) - Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) diff --git a/lidarr/config.json b/lidarr/config.json index 272b6063e..235ea819c 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -105,6 +105,6 @@ "slug": "lidarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "2.4.3.4248", + "version": "2.5.3.4341", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index cf0efeaa5..24f199a81 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-07-2024", + "last_update": "07-09-2024", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "2.4.3.4248" + "upstream_version": "2.5.3.4341" }