From 3dc88201907397af9c7d09e9631330fb13259fdc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 May 2023 01:58:35 +0200 Subject: [PATCH] Updater bot : guacamole updated to 1.5.1-pg15 --- 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 6bc7a8a70..896f5c3e3 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.1-pg15 (27-05-2023) +- Update to latest version from abesnier/guacamole ### 1.5.1-2 (04-05-2023) - Minor bugs fixed diff --git a/guacamole/config.json b/guacamole/config.json index 7ea488e14..be37434a8 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.1-2", + "version": "1.5.1-pg15", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index d8744f830..556af0555 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-04-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "1.5.1-pg14" + "upstream_version": "1.5.1-pg15" }