From 0764227a22337715908709dbb8a58e95c807824a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Sep 2022 01:59:24 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.9-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 9141c8bc0..bc944542e 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.9-pro (24-09-2022) +- Update to latest version from haiwen/seahub + ## v9.0.9-server (20-09-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index b89b3b90c..eba717a84 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.9-server", + "version": "v9.0.9-pro", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" -} \ No newline at end of file +} diff --git a/seafile/updater.json b/seafile/updater.json index f9c1e3553..c5bfe2204 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "20-09-2022", + "last_update": "24-09-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.9-server" + "upstream_version": "v9.0.9-pro" }