From 05063de6f1fab5a343741d66219df12067095a86 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jan 2023 22:15:24 +0100 Subject: [PATCH] Updater bot : seafile updated to 9.0.10 --- 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 949775f58..8ea03025c 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.0.10 (28-01-2023) +- Update to latest version from franchetti/seafile-arm + ## v9.0.14-pro (01-12-2022) - Update to latest version from haiwen/seahub - WARNING : update to supervisor 2022.11 before installing diff --git a/seafile/config.json b/seafile/config.json index aa5b552aa..711363fe1 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -100,6 +100,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.14-pro-2", + "version": "9.0.10", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 1fa2c55b9..e25766ae5 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "01-12-2022", + "last_update": "28-01-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "v9.0.14-pro" + "upstream_version": "9.0.10" }