From 42191cda84d3b6a6978ffe44ae95f4c00a81b214 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 18 Jul 2025 22:54:20 +0200 Subject: [PATCH] Updater bot : resiliosync updated to 3.1.0.1073 --- resiliosync/CHANGELOG.md | 3 +++ resiliosync/config.json | 2 +- resiliosync/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/resiliosync/CHANGELOG.md b/resiliosync/CHANGELOG.md index adec4eadf..c74d186a4 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.1.0.1073 (18-07-2025) +- Update to latest version from linuxserver/docker-resilio-sync (changelog : https://github.com/linuxserver/docker-resilio-sync/releases) ## 3.0.3.1065-7 (25-06-2025) - Minor bugs fixed ## 3.0.3.1065-4 (25-06-2025) diff --git a/resiliosync/config.json b/resiliosync/config.json index ae5061521..f5bcf367c 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -119,5 +119,5 @@ "slug": "resiliosync", "udev": true, "url": "https://github.com/tyjtyj/hassio-addons", - "version": "3.0.3.1065-7" + "version": "3.1.0.1073" } diff --git a/resiliosync/updater.json b/resiliosync/updater.json index a4ba349bd..e6218e784 100644 --- a/resiliosync/updater.json +++ b/resiliosync/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-03-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "resiliosync", "source": "github", "upstream_repo": "linuxserver/docker-resilio-sync", - "upstream_version": "3.0.3.1065" + "upstream_version": "3.1.0.1073" }