From ab689f6fa2989f9d0577061f05ffb04110a81272 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 11 May 2022 09:46:22 +0200 Subject: [PATCH] Updater bot : guacamole updated to 1.4.1 --- guacamole/CHANGELOG.md | 3 +++ guacamole/config.json | 8 +++++--- guacamole/updater.json | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 66f7e8b76..4fd37573b 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1 +1,4 @@ + +## 1.4.1 (11-05-2022) +- Update to latest version from MaxWaldorf/guacamole - Initial release diff --git a/guacamole/config.json b/guacamole/config.json index 7ab4af3ea..f82254b94 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -1,8 +1,10 @@ { - "arch": ["amd64", "aarch64"], + "arch": [ + "amd64", + "aarch64" + ], "description": "Clientless remote desktop gateway", - "environment": { - }, + "environment": {}, "name": "Guacamole Client", "options": { "PGID": 0, diff --git a/guacamole/updater.json b/guacamole/updater.json index 99f9e2c44..22672aaba 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "07-12-2021", + "last_update": "11-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "github", "upstream_repo": "MaxWaldorf/guacamole", - "upstream_version": "1.4.0" + "upstream_version": "1.4.1" }