From 4fca317363c52afacce50cbfdf89f1c5f775b302 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Jun 2023 01:58:27 +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 e3f39ad1c..74326e384 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## test (24-06-2023) +- Update to latest version from abesnier/guacamole + ## alpine (10-06-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index ac2796443..e9587b5cf 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -74,6 +74,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "alpine", + "version": "test", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 293a1e5b3..72f3403eb 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "10-06-2023", + "last_update": "24-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "alpine" + "upstream_version": "test" }