From fb922e961b18bc1ad53011405b85087112cff71a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 11 May 2022 09:48:29 +0200 Subject: [PATCH] Updater bot : scrutiny updated to 2ab714f5-ls35 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.json | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 424b4b728..5dbdc3dd8 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/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/config.json b/scrutiny/config.json index 4b422fa61..b7c03c221 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -82,5 +82,5 @@ "startup": "services", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "version-c397a323" + "version": "2ab714f5-ls35" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index b34dd8022..85915d1da 100644 --- a/scrutiny/updater.json +++ b/scrutiny/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", "source": "dockerhub", "upstream_repo": "linuxserver/scrutiny", - "upstream_version": "version-c397a323" + "upstream_version": "2ab714f5-ls35" }