From 1c19788f04da799529cd9d3fac1d8829b26c554e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 19 May 2023 22:23:06 +0200 Subject: [PATCH] Updater bot : seafile updated to 10.0.1 --- 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 c0bb6e57b..de1eee718 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 10.0.1 (19-05-2023) +- Update to latest version from franchetti/seafile-arm - Feat : cifsdomain added ## 10.0.0 (24-03-2023) diff --git a/seafile/config.json b/seafile/config.json index 0ea630164..3b2833400 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -118,6 +118,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "10.0.0", + "version": "10.0.1", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 833c858d6..c73a1d112 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "24-03-2023", + "last_update": "19-05-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "10.0.0" + "upstream_version": "10.0.1" }