diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 74326e384..d7c55923d 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## github-pg15 (12-08-2023) +- Update to latest version from abesnier/guacamole + ## test (24-06-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index ecd7fbd5e..099ce9b0a 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -76,6 +76,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "test", + "version": "github-pg15", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 72f3403eb..779917c86 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-06-2023", + "last_update": "12-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "test" + "upstream_version": "github-pg15" }