From f74829567f41732438a30d35eaaf3884d5aaa014 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 9 Sep 2022 08:21:13 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.8-pro --- seafile/CHANGELOG.md | 3 +++ seafile/config.json | 4 ++-- seafile/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 27671f603..b34151291 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.8-pro (09-09-2022) +- Update to latest version from haiwen/seahub + ## v9.0.7-server (09-08-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 6d9f28814..64a86c700 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -94,6 +94,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.7-server2", + "version": "v9.0.8-pro", "webui": "http://[HOST]:[PORT:8000]" -} \ No newline at end of file +} diff --git a/seafile/updater.json b/seafile/updater.json index e5e85cdc0..e0aa947ba 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "09-08-2022", + "last_update": "09-09-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.7-server" + "upstream_version": "v9.0.8-pro" }