From 3d2d3168823e0f7a78fc4e28b0126213a1f66f21 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Oct 2023 06:50:57 +0200 Subject: [PATCH] Updater bot : guacamole updated to testarmv7 --- 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 9d1987115..345e11851 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## testarmv7 (07-10-2023) +- Update to latest version from abesnier/guacamole + ## test (23-09-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index d78de4106..0c86446f1 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -81,6 +81,6 @@ "slug": "guacamole", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "test", + "version": "testarmv7", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index cef4302a3..d2198463e 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-09-2023", + "last_update": "07-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "test" + "upstream_version": "testarmv7" }