From 69cf376a460d263038f86c618b1c0cf0b877d217 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 Dec 2025 01:59:15 +0100 Subject: [PATCH] Updater bot : seafile updated to 12.0.14 --- seafile/CHANGELOG.md | 3 +++ seafile/Dockerfile | 6 +++--- seafile/config.yaml | 2 +- seafile/updater.json | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 5388e9e01..dccb83dd9 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## 12.0.14 (27-12-2025) +- Update to latest version from franchetti/seafile-arm + ## (23-12-2025) - Update to latest version from franchetti/seafile-arm - The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release diff --git a/seafile/Dockerfile b/seafile/Dockerfile index 7bb291666..d9588b69b 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"""-. +# _.-` ('>.-`"12.0.14""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'""` +# '---` .-'"12.0.14"` # /` #=== Home Assistant Addon ===# @@ -53,7 +53,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps -ENV PACKAGES="" +ENV PACKAGES="12.0.14" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" diff --git a/seafile/config.yaml b/seafile/config.yaml index 4227016bb..923c2207d 100644 --- a/seafile/config.yaml +++ b/seafile/config.yaml @@ -128,5 +128,5 @@ services: slug: seafile udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/seafile -version: "" +version: "12.0.14" webui: http://[HOST]:[PORT:8000] diff --git a/seafile/updater.json b/seafile/updater.json index edb8e6059..f46b38589 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "23-12-2025", + "last_update": "27-12-2025", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "" + "upstream_version": "12.0.14" }