ScoopInstaller_Main/bucket/config-file-validator.json

33 lines
1.3 KiB
JSON

{
"version": "1.8.1",
"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.1/validator-v1.8.1-windows-amd64.zip",
"hash": "f6b004eda4507221a77a862cd78a640cd6cc8e658cf5464d6310c4fe60df442a"
},
"32bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.1/validator-v1.8.1-windows-386.zip",
"hash": "345831abb6ca33a7088265407927d9b41c6b0919966a1634286072ed43eb8daa"
}
},
"bin": "validator.exe",
"checkver": {
"url": "https://api.github.com/repos/Boeing/config-file-validator/releases",
"jsonpath": "$[?(@.prerelease == false)].tag_name",
"regex": "(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-386.zip"
}
}
}
}