diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 3997d580b..cda7e43bf 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## 12.0.14 (13-09-2025) +- Update to latest version from franchetti/seafile-arm + ## testing (10-06-2023) - Update to latest version from franchetti/seafile-arm diff --git a/seafile/config.json b/seafile/config.json index 8a193103e..f0210f318 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -135,6 +135,6 @@ "slug": "seafile", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "testing", + "version": "12.0.14", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 6ff786080..d385e56fb 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "10-06-2023", + "last_update": "13-09-2025", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "testing" + "upstream_version": "12.0.14" }