Updater bot : tdarr updated to 2.00.20.1

This commit is contained in:
alexbelgium
2023-04-08 02:02:37 +02:00
parent 43766a0e5d
commit 45f9ba0de6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.00.20.1 (08-04-2023)
- Update to latest version from haveagitgat/tdarr
- Implement healthcheck - Implement healthcheck
## 2.00.19.1 (19-02-2023) ## 2.00.19.1 (19-02-2023)

View File

@@ -101,7 +101,7 @@
}, },
"slug": "tdarr", "slug": "tdarr",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.00.19.1-2", "version": "2.00.20.1",
"video": true, "video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:8265]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8265]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "19-02-2023", "last_update": "08-04-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "tdarr", "slug": "tdarr",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr", "upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.00.19.1" "upstream_version": "2.00.20.1"
} }