Updater bot : flexget updated to 3.3.26

This commit is contained in:
alexbelgium
2022-09-10 01:56:28 +02:00
parent 03e781530f
commit 80d046610c
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 3.3.26 (10-09-2022)
- Update to latest version from wiserain/flexget
- Default password homeassistant123 - Default password homeassistant123
## 3.3.25 (03-09-2022) ## 3.3.25 (03-09-2022)

View File

@@ -37,6 +37,6 @@
}, },
"slug": "flexget", "slug": "flexget",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.3.25-2", "version": "3.3.26",
"webui": "http://[HOST]:[PORT:5050]" "webui": "http://[HOST]:[PORT:5050]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "03-09-2022", "last_update": "10-09-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "flexget", "slug": "flexget",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "wiserain/flexget", "upstream_repo": "wiserain/flexget",
"upstream_version": "3.3.25" "upstream_version": "3.3.26"
} }