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" }