From 84651bc8d53ab73a2e27d703198a8433af1973c2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Jun 2022 01:58:36 +0200 Subject: [PATCH] Updater bot : seafile updated to v9.0.5-server --- seafile/CHANGELOG.md | 3 +++ seafile/config.json | 4 ++-- seafile/updater.json | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 66f7e8b76..426c4e108 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1 +1,4 @@ + +## v9.0.5-server (11-06-2022) +- Update to latest version from haiwen/seahub - Initial release diff --git a/seafile/config.json b/seafile/config.json index 3205f6009..48b40ee1b 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -62,7 +62,7 @@ "panel_icon": "mdi:library", "ports": { "8000/tcp": 8000, - "8082/tcp": 8082 + "8082/tcp": 8082 }, "ports_description": { "8000/tcp": "Seahub", @@ -92,6 +92,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "9.0.5-4test8", + "version": "v9.0.5-server", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index f140618be..feb794da3 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "09-06-2022", + "last_update": "11-06-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "0.6.18-ls164" -} \ No newline at end of file + "upstream_version": "v9.0.5-server" +}