From e91769ea3d6130d3fbc35a6d394bcef9fbdf2ea9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Jun 2023 01:58:32 +0200 Subject: [PATCH] Updater bot : guacamole updated to 1.5.2-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 896f5c3e3..cbb248d18 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.2-pg15 (03-06-2023) +- Update to latest version from abesnier/guacamole + ## 1.5.1-pg15 (27-05-2023) - Update to latest version from abesnier/guacamole ### 1.5.1-2 (04-05-2023) diff --git a/guacamole/config.json b/guacamole/config.json index be37434a8..c5ca9691e 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-pg15", + "version": "1.5.2-pg15", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index 556af0555..47bd06852 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-05-2023", + "last_update": "03-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "1.5.1-pg15" + "upstream_version": "1.5.2-pg15" }