Updater bot : lidarr updated to 2.4.3.4248

This commit is contained in:
alexbelgium
2024-07-20 01:59:18 +02:00
parent 73aec35d33
commit d8425709e4
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.4.3.4248 (20-07-2024)
- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases)
## 2.3.3.4204 (18-05-2024) ## 2.3.3.4204 (18-05-2024)
- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases) - Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases)

View File

@@ -105,6 +105,6 @@
"slug": "lidarr_nas", "slug": "lidarr_nas",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"version": "2.3.3.4204", "version": "2.4.3.4248",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "18-05-2024", "last_update": "20-07-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "lidarr", "slug": "lidarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-lidarr", "upstream_repo": "linuxserver/docker-lidarr",
"upstream_version": "2.3.3.4204" "upstream_version": "2.4.3.4248"
} }