diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index e9d9d70fa..2016ea945 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8e34ef8d-ls35 (05-05-2022) +- Update to latest version from linuxserver/scrutiny - Add codenotary sign - New standardized logic for Dockerfile build and packages installation - Added : "/dev/nvme0" diff --git a/scrutiny/config.json b/scrutiny/config.json index 992ea32fd..8601b1f84 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -82,5 +82,5 @@ "startup": "services", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "0.3.13-7" + "version": "8e34ef8d-ls35" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 4b757150c..20e6f083a 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "26-10-2021", + "last_update": "05-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "dockerhub", "upstream_repo": "linuxserver/scrutiny", - "upstream_version": "0.3.13" + "upstream_version": "8e34ef8d-ls35" }