From 2ed5da286def9fd25388c8a21a6a0a7cb5dea95c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Oct 2022 02:00:53 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.11-pro --- 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 2ea6c67d9..001a61e12 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.11-pro (29-10-2022) +- Update to latest version from haiwen/seahub + ## v9.0.10-pro (13-10-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 0a43951d8..0d4f29963 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.10-pro", + "version": "v9.0.11-pro", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 9af9ec9f9..a2bb49577 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "13-10-2022", + "last_update": "29-10-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.10-pro" + "upstream_version": "v9.0.11-pro" }