Updater bot : tdarr updated to 2.82.02

This commit is contained in:
alexbelgium
2026-07-11 01:31:25 +02:00
parent 71c67e7eef
commit e6210d484d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.82.02 (2026-07-11)
- Update to latest version from haveagitgat/tdarr
## 2.81.01 (2026-06-27) ## 2.81.01 (2026-06-27)
- Update to latest version from haveagitgat/tdarr - Update to latest version from haveagitgat/tdarr

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr slug: tdarr
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "2.81.01" version: "2.82.02"
video: true video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]" webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{ {
"github_exclude": "pro", "github_exclude": "pro",
"last_update": "2026-06-27", "last_update": "2026-07-11",
"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.81.01" "upstream_version": "2.82.02"
} }