From e2994310b8395083e681bc5bac080b96e315c5c9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 19:12:46 +0200 Subject: [PATCH] Updater bot : guacamole updated to test --- guacamole/CHANGELOG.md | 3 +++ guacamole/config.json | 2 +- guacamole/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 588a50bc9..9d1987115 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## test (23-09-2023) +- Update to latest version from abesnier/guacamole + ## github-pg15 (26-08-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index 099ce9b0a..ecd7fbd5e 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -76,6 +76,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "github-pg15", + "version": "test", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index e9c22c7e5..cef4302a3 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "26-08-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "github-pg15" + "upstream_version": "test" }