diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 27aebf5d1..588a50bc9 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## github-pg15 (26-08-2023) +- Update to latest version from abesnier/guacamole + ## simple (26-08-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index e3c2e4fa3..099ce9b0a 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -76,6 +76,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "simple", + "version": "github-pg15", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index e2221f5ff..e9c22c7e5 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -4,5 +4,5 @@ "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "simple" + "upstream_version": "github-pg15" }