From 34b5ed80c3964e96510afc21323f361a68a0f096 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 25 Jan 2025 01:56:28 +0100 Subject: [PATCH] Updater bot : guacamole updated to githubtest --- 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 53ccbdbdc..47212ddef 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,3 +1,6 @@ + +## githubtest (25-01-2025) +- Update to latest version from abesnier/guacamole ## 1.5.5 (08-10-2024) - Info : https://hub.docker.com/r/abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index de55e22d1..6973aa638 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -93,6 +93,6 @@ "slug": "guacamole", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.5", + "version": "githubtest", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 9209dd3f3..9038a5845 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-11-2023", + "last_update": "25-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "testnoupload" + "upstream_version": "githubtest" }