From c9b4c1cb937e9634eff488e597902c2662c86d4f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 11 May 2022 09:48:33 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to 2ab714f5-ls35 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.json | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index a5d2872f9..f7062ae47 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2ab714f5-ls35 (11-05-2022) +- Update to latest version from linuxserver/scrutiny + ## version-c397a323 (10-05-2022) - Update to latest version from linuxserver/scrutiny diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index ab928573d..d1f6c658a 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "startup": "services", "url": "https://github.com/AnalogJ/scrutiny", - "version": "version-c397a323" + "version": "2ab714f5-ls35" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index b6b36a60f..fecdf6ab9 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "10-05-2022", + "last_update": "11-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "dockerhub", "upstream_repo": "linuxserver/scrutiny", - "upstream_version": "version-c397a323" + "upstream_version": "2ab714f5-ls35" }