Updater bot : xteve updated to 2.5.2

This commit is contained in:
alexbelgium
2022-09-01 02:00:05 +02:00
parent 08bc03e0a1
commit be55236a55
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.5.2 (01-09-2022)
- Update to latest version from SenexCrenshaw/xTeVe
## 2.5.1 (26-08-2022) ## 2.5.1 (26-08-2022)
- Update to latest version from SenexCrenshaw/xTeVe - Update to latest version from SenexCrenshaw/xTeVe
- BREAKING CHANGE, please backup - BREAKING CHANGE, please backup

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.5.1" ARG BUILD_UPSTREAM="2.5.2"
FROM $BUILD_FROM FROM $BUILD_FROM
################## ##################

View File

@@ -24,6 +24,6 @@
}, },
"slug": "xteve", "slug": "xteve",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.5.1-3", "version": "2.5.2",
"webui": "http://[HOST]:[PORT:34400]/web" "webui": "http://[HOST]:[PORT:34400]/web"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "26-08-2022", "last_update": "01-09-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "xteve", "slug": "xteve",
"source": "github", "source": "github",
"upstream_repo": "SenexCrenshaw/xTeVe", "upstream_repo": "SenexCrenshaw/xTeVe",
"upstream_version": "2.5.1" "upstream_version": "2.5.2"
} }