mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"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.2/validator-v1.8.2-windows-amd64.zip",
|
|
"hash": "md5:cc9882d2c66e7f96ec38f3fc8a82996a"
|
|
},
|
|
"32bit": {
|
|
"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",
|
|
"checkver": {
|
|
"github": "https://github.com/Boeing/config-file-validator"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5"
|
|
}
|
|
}
|
|
}
|