From 38633350f88f8dc7704e9426131114df6831b22f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Jun 2024 02:02:01 +0200 Subject: [PATCH] Updater bot : resiliosync updated to 2.8.1.1390 --- 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 dbf9dd5af..3a19d05d9 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) + ## 2.8.0.1389 (11-05-2024) - Update to latest version from linuxserver/docker-resilio-sync (changelog : https://github.com/linuxserver/docker-resilio-sync/releases) - Arm32v7 discontinued by linuxserver, latest working version pinned diff --git a/resiliosync/config.json b/resiliosync/config.json index 8ecc8499e..ae56a51a5 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -111,5 +111,5 @@ "slug": "resiliosync", "udev": true, "url": "https://github.com/tyjtyj/hassio-addons", - "version": "2.8.0.1389" + "version": "2.8.1.1390" } diff --git a/resiliosync/updater.json b/resiliosync/updater.json index 46a797bde..aad43a21f 100644 --- a/resiliosync/updater.json +++ b/resiliosync/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-05-2024", + "last_update": "08-06-2024", "repository": "alexbelgium/hassio-addons", "slug": "resiliosync", "source": "github", "upstream_repo": "linuxserver/docker-resilio-sync", - "upstream_version": "2.8.0.1389" + "upstream_version": "2.8.1.1390" }