diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index cbb248d18..e3f39ad1c 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## alpine (10-06-2023) +- Update to latest version from abesnier/guacamole + ## 1.5.2-pg15 (03-06-2023) - Update to latest version from abesnier/guacamole diff --git a/guacamole/config.json b/guacamole/config.json index c5ca9691e..ac2796443 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -74,6 +74,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.2-pg15", + "version": "alpine", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 47bd06852..293a1e5b3 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "03-06-2023", + "last_update": "10-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "1.5.2-pg15" + "upstream_version": "alpine" }