diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 2016ea945..424b4b728 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## version-c397a323 (10-05-2022) +- Update to latest version from linuxserver/scrutiny + ## 8e34ef8d-ls35 (05-05-2022) - Update to latest version from linuxserver/scrutiny - Add codenotary sign diff --git a/scrutiny/config.json b/scrutiny/config.json index 8601b1f84..4b422fa61 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -82,5 +82,5 @@ "startup": "services", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "8e34ef8d-ls35" + "version": "version-c397a323" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 20e6f083a..b34dd8022 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "05-05-2022", + "last_update": "10-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "dockerhub", "upstream_repo": "linuxserver/scrutiny", - "upstream_version": "8e34ef8d-ls35" + "upstream_version": "version-c397a323" }