From 386304ac54caae6f91a293670f77ca1c77b33cd1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Jun 2022 01:58:39 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.6-server --- seafile/CHANGELOG.md | 3 +++ seafile/config.json | 2 +- seafile/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 426c4e108..f30e3f69a 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.6-server (18-06-2022) +- Update to latest version from haiwen/seahub + ## v9.0.5-server (11-06-2022) - Update to latest version from haiwen/seahub - Initial release diff --git a/seafile/config.json b/seafile/config.json index 666774a16..2f21d2199 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -92,6 +92,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.5-server6", + "version": "v9.0.6-server", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index feb794da3..c61b3669b 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "11-06-2022", + "last_update": "18-06-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.5-server" + "upstream_version": "v9.0.6-server" }