From 7e1f1b6996750392419f8c7fdac8de0d2c5cf334 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 10 Jun 2023 02:02:31 +0200 Subject: [PATCH] Updater bot : seafile updated to testing --- 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 47a4aef10..e28d666a0 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,3 +1,6 @@ + +## testing (10-06-2023) +- Update to latest version from franchetti/seafile-arm ### 10.0.1-fixed (22-05-2023) - Minor bugs fixed - Fix : allow app to start diff --git a/seafile/config.json b/seafile/config.json index 61ce01337..c0288667a 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.1-fixed", + "version": "testing", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index c73a1d112..6ff786080 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "19-05-2023", + "last_update": "10-06-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "10.0.1" + "upstream_version": "testing" }