From cf77c8d633eccc70d517ebe9220006f4786021ee Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 4 Aug 2022 01:58:51 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.7-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 ecc8ddc7d..760416946 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.7-pro (04-08-2022) +- Update to latest version from haiwen/seahub + ## v9.0.6-pro (02-07-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 72bead1ba..06264b8ea 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.6-pro", + "version": "v9.0.7-pro", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 5d2661db3..0dc2d3973 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "02-07-2022", + "last_update": "04-08-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.6-pro" + "upstream_version": "v9.0.7-pro" }