config-file-validator: Update to version 1.8.2

This commit is contained in:
github-actions[bot] 2025-08-19 16:30:12 +00:00
parent c493e5de5f
commit b956d93e86

View File

@ -1,16 +1,16 @@
{
"version": "1.8.0",
"version": "1.8.2",
"description": "A tool to validate the syntax of configuration files",
"homepage": "https://boeing.github.io/config-file-validator/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.0/validator-v1.8.0-windows-amd64.zip",
"hash": "md5:ae2a072bd2d2bb35f55afcd2132d9129"
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.2/validator-v1.8.2-windows-amd64.zip",
"hash": "md5:cc9882d2c66e7f96ec38f3fc8a82996a"
},
"32bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.0/validator-v1.8.0-windows-386.zip",
"hash": "md5:4308ef82d00fa0586f8429f561c297f9"
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.2/validator-v1.8.2-windows-386.zip",
"hash": "md5:12fb6f1481d6265d1652cf765f67a8ad"
}
},
"bin": "validator.exe",