From 5f65af7c9175430ab031b887553aa8d9e2be40ad Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 23 Apr 2023 07:28:58 +0200 Subject: [PATCH] Updater bot : guacamole updated to 1.5.1-pg14 --- guacamole/CHANGELOG.md | 3 +++ guacamole/config.json | 2 +- guacamole/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index f91ee3952..1e0d08d6f 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.1-pg14 (23-04-2023) +- Update to latest version from abesnier/guacamole ### 1.5.1 (22-04-2023) - Minor bugs fixed diff --git a/guacamole/config.json b/guacamole/config.json index b6d10361a..83d021eba 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -26,6 +26,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.1", + "version": "1.5.1-pg14", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 5102dfe48..d8744f830 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "18-03-2023", + "last_update": "23-04-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "1.5.0" + "upstream_version": "1.5.1-pg14" }