From 2efc72e343b653b909f5c34d7ff1fa0a8be1b070 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 20 Sep 2022 01:59:37 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.9-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 b34151291..9141c8bc0 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.9-server (20-09-2022) +- Update to latest version from haiwen/seahub + ## v9.0.8-pro (09-09-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 5464932f0..7452d4ccf 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -95,6 +95,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.8-2", + "version": "v9.0.9-server", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index e0aa947ba..f9c1e3553 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "09-09-2022", + "last_update": "20-09-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.8-pro" + "upstream_version": "v9.0.9-server" }