Updater bot : spotweb updated to 1.5.6

This commit is contained in:
alexbelgium
2024-11-23 02:05:16 +01:00
parent 1e0915ec62
commit 3bb4b1813d
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.5.6 (23-11-2024)
- Update to latest version from spotweb/spotweb (changelog : https://github.com/spotweb/spotweb/releases)
## 1.5.5-6 (28-10-2024) ## 1.5.5-6 (28-10-2024)
- Minor bugs fixed - Minor bugs fixed
## 1.5.5-5 (27-10-2024) ## 1.5.5-5 (27-10-2024)

View File

@@ -34,7 +34,7 @@ ENV LANG C.UTF-8
ENV APP_ID="spotweb" ENV APP_ID="spotweb"
ENV APP_NAME="Spotweb" ENV APP_NAME="Spotweb"
ENV APP_DIR="/app" ENV APP_DIR="/app"
ENV BUILD_UPSTREAM="1.5.5" ENV BUILD_UPSTREAM="1.5.6"
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -47,5 +47,5 @@
"slug": "spotweb", "slug": "spotweb",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"version": "1.5.5-6" "version": "1.5.6"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "26-10-2024", "last_update": "23-11-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "spotweb", "slug": "spotweb",
"source": "github", "source": "github",
"upstream_repo": "spotweb/spotweb", "upstream_repo": "spotweb/spotweb",
"upstream_version": "1.5.5" "upstream_version": "1.5.6"
} }