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