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" }