diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index d7c55923d..27aebf5d1 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## simple (26-08-2023) +- Update to latest version from abesnier/guacamole + ## github-pg15 (12-08-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index 099ce9b0a..e3c2e4fa3 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": "simple", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 779917c86..e2221f5ff 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-08-2023", + "last_update": "26-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "github-pg15" + "upstream_version": "simple" }