Updater bot : lidarr updated to 0.8.1.2135-ls83

This commit is contained in:
alexbelgium
2022-05-17 01:57:00 +02:00
parent a26a4ea00b
commit 3e879d923d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.8.1.2135-ls83 (17-05-2022)
- Update to latest version from linuxserver/docker-lidarr
## 0.8.1.2135-ls82 (07-05-2022) ## 0.8.1.2135-ls82 (07-05-2022)
- Update to latest version from linuxserver/docker-lidarr - Update to latest version from linuxserver/docker-lidarr

View File

@@ -78,6 +78,6 @@
"slug": "lidarr_nas", "slug": "lidarr_nas",
"startup": "services", "startup": "services",
"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": "0.8.1.2135-ls82", "version": "0.8.1.2135-ls83",
"webui": "http://[HOST]:[PORT:8686]" "webui": "http://[HOST]:[PORT:8686]"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "07-05-2022", "last_update": "17-05-2022",
"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": "0.8.1.2135-ls82" "upstream_version": "0.8.1.2135-ls83"
} }