Updater bot : grav updated to 1.7.34

This commit is contained in:
alexbelgium
2022-06-16 01:56:32 +02:00
parent eacc15acb8
commit 9db30fddc6
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.7.34 (16-06-2022)
- Update to latest version from linuxserver/docker-grav
## 1.7.33 (26-04-2022) ## 1.7.33 (26-04-2022)
- Update to latest version from linuxserver/docker-grav - Update to latest version from linuxserver/docker-grav

View File

@@ -32,6 +32,6 @@
}, },
"slug": "grav", "slug": "grav",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.33", "version": "1.7.34",
"webui": "http://[HOST]:[PORT:80]" "webui": "http://[HOST]:[PORT:80]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "26-04-2022", "last_update": "16-06-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "grav", "slug": "grav",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-grav", "upstream_repo": "linuxserver/docker-grav",
"upstream_version": "1.7.33" "upstream_version": "1.7.34"
} }