Updater bot : guacamole updated to 1.4.1

This commit is contained in:
alexbelgium
2022-05-11 09:46:22 +02:00
parent 527b1e47bd
commit ab689f6fa2
3 changed files with 10 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 1.4.1 (11-05-2022)
- Update to latest version from MaxWaldorf/guacamole
- Initial release - Initial release

View File

@@ -1,8 +1,10 @@
{ {
"arch": ["amd64", "aarch64"], "arch": [
"amd64",
"aarch64"
],
"description": "Clientless remote desktop gateway", "description": "Clientless remote desktop gateway",
"environment": { "environment": {},
},
"name": "Guacamole Client", "name": "Guacamole Client",
"options": { "options": {
"PGID": 0, "PGID": 0,

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "07-12-2021", "last_update": "11-05-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "guacamole", "slug": "guacamole",
"source": "github", "source": "github",
"upstream_repo": "MaxWaldorf/guacamole", "upstream_repo": "MaxWaldorf/guacamole",
"upstream_version": "1.4.0" "upstream_version": "1.4.1"
} }