mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.9.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.9.0/validator-v1.9.0-windows-amd64.zip",
|
|
"hash": "756b30f59108b870c9e480b5fa48fa9b75b7b7867d394bd201206d26fa1b3fcd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.9.0/validator-v1.9.0-windows-386.zip",
|
|
"hash": "7913d20dda9f0d694769f1bdc8449af8211f0d11433d29cd4876103415c70a99"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|