mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.0",
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.0/validator-v1.8.0-windows-386.zip",
|
|
"hash": "md5:4308ef82d00fa0586f8429f561c297f9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|