Skip to content

Commit

Permalink
Updater bot : spotweb updated to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Dec 21, 2024
1 parent 772ecd2 commit e60ecdc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions spotweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 1.5.8 (21-12-2024)
- Update to latest version from spotweb/spotweb (changelog : https://github.com/spotweb/spotweb/releases)

## 1.5.7 (30-11-2024)
- Update to latest version from spotweb/spotweb (changelog : https://github.com/spotweb/spotweb/releases)

Expand Down
2 changes: 1 addition & 1 deletion spotweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV LANG C.UTF-8
ENV APP_ID="spotweb"
ENV APP_NAME="Spotweb"
ENV APP_DIR="/app"
ENV BUILD_UPSTREAM="1.5.7"
ENV BUILD_UPSTREAM="1.5.8"

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion spotweb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"slug": "spotweb",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"version": "1.5.7"
"version": "1.5.8"
}
4 changes: 2 additions & 2 deletions spotweb/updater.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"last_update": "30-11-2024",
"last_update": "21-12-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "spotweb",
"source": "github",
"upstream_repo": "spotweb/spotweb",
"upstream_version": "1.5.7"
"upstream_version": "1.5.8"
}

0 comments on commit e60ecdc

Please sign in to comment.