From 6c4c3572240b695e25d895d2d8ddd1eec848aaa1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Mar 2025 01:58:19 +0100 Subject: [PATCH] Updater bot : resiliosync updated to 3.0.3.1065 --- 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 0dde7799a..effdd4057 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.0.3.1065 (15-03-2025) +- Update to latest version from linuxserver/docker-resilio-sync (changelog : https://github.com/linuxserver/docker-resilio-sync/releases) + ## 3.0.0.1409 (24-08-2024) - Update to latest version from linuxserver/docker-resilio-sync (changelog : https://github.com/linuxserver/docker-resilio-sync/releases) diff --git a/resiliosync/config.json b/resiliosync/config.json index 0b18317af..9015405a0 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -116,5 +116,5 @@ "slug": "resiliosync", "udev": true, "url": "https://github.com/tyjtyj/hassio-addons", - "version": "3.0.0.1409" + "version": "3.0.3.1065" } diff --git a/resiliosync/updater.json b/resiliosync/updater.json index 67218f10f..a4ba349bd 100644 --- a/resiliosync/updater.json +++ b/resiliosync/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-08-2024", + "last_update": "15-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "resiliosync", "source": "github", "upstream_repo": "linuxserver/docker-resilio-sync", - "upstream_version": "3.0.0.1409" + "upstream_version": "3.0.3.1065" }