From f7ca4eb23212ac45845a17d8312c008a36ec7a48 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Aug 2024 02:02:14 +0200 Subject: [PATCH] Updater bot : resiliosync updated to 3.0.0.1409 --- 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 3a19d05d9..0dde7799a 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) + ## 2.8.1.1390 (08-06-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 d884e75ee..e6d732993 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -112,5 +112,5 @@ "slug": "resiliosync", "udev": true, "url": "https://github.com/tyjtyj/hassio-addons", - "version": "2.8.1.1390" + "version": "3.0.0.1409" } diff --git a/resiliosync/updater.json b/resiliosync/updater.json index aad43a21f..67218f10f 100644 --- a/resiliosync/updater.json +++ b/resiliosync/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-06-2024", + "last_update": "24-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "resiliosync", "source": "github", "upstream_repo": "linuxserver/docker-resilio-sync", - "upstream_version": "2.8.1.1390" + "upstream_version": "3.0.0.1409" }