Updater bot : free_games_claimer updated to 2.1.1 (upstream 1.9)

This commit is contained in:
alexbelgium
2026-09-12 01:28:10 +02:00
parent 116131efd4
commit d807435165
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
## 2.1.1 (2026-09-12)
- Update to latest version from P-Adamiec/Free-Games-Claimer-Remaster (changelog : https://github.com/P-Adamiec/Free-Games-Claimer-Remaster/releases)
- Upstream tag : 1.9
- Migrate legacy add-on configuration map names to current app configuration terminology.
## 2.1.0 (2026-08-24)

View File

@@ -17,7 +17,7 @@ ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
ARG UPSTREAM_REPOSITORY="P-Adamiec/Free-Games-Claimer-Remaster"
ARG BUILD_UPSTREAM="1.6"
ARG BUILD_UPSTREAM="1.9"
ENV S6_CMD_WAIT_FOR_SERVICES="1" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \

View File

@@ -96,5 +96,5 @@ schema:
slug: free_games_claimer
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.1.0"
version: "2.1.1"
webui: "[PROTO:ssl]://[HOST]:[PORT:6080]"

View File

@@ -3,11 +3,11 @@
"dockerhub_list_size": 2,
"github_exclude": "d",
"github_fulltag": false,
"last_update": "24-08-2026",
"last_update": "2026-09-12",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "free_games_claimer",
"source": "github",
"upstream_repo": "P-Adamiec/Free-Games-Claimer-Remaster",
"upstream_version": "1.6"
"upstream_version": "1.9"
}