Updater bot : guacamole updated to simple

This commit is contained in:
alexbelgium
2023-08-26 00:08:12 +02:00
parent 6240237643
commit 8c9155fc03
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## simple (26-08-2023)
- Update to latest version from abesnier/guacamole
## github-pg15 (12-08-2023) ## github-pg15 (12-08-2023)
- Update to latest version from abesnier/guacamole - Update to latest version from abesnier/guacamole

View File

@@ -76,6 +76,6 @@
}, },
"slug": "guacamole", "slug": "guacamole",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "github-pg15", "version": "simple",
"video": true "video": true
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "12-08-2023", "last_update": "26-08-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "guacamole", "slug": "guacamole",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "abesnier/guacamole", "upstream_repo": "abesnier/guacamole",
"upstream_version": "github-pg15" "upstream_version": "simple"
} }