From 80f18c2fe72212c092607998458b7975c108dbec Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 24 Mar 2023 17:38:26 +0100 Subject: [PATCH] Updater bot : seafile updated to 10.0.0 --- 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 68aa5bb48..5fb9c54a8 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## 10.0.0 (24-03-2023) +- Update to latest version from franchetti/seafile-arm + ## 9.0.10 (28-01-2023) - Update to latest version from franchetti/seafile-arm - Allow setting server url diff --git a/seafile/config.json b/seafile/config.json index f78121643..54931e3b9 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -117,6 +117,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "9.0.10-2", + "version": "10.0.0", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index e25766ae5..833c858d6 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "28-01-2023", + "last_update": "24-03-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "9.0.10" + "upstream_version": "10.0.0" }