mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.7.1",
|
|
"description": "The GitHub Codeowners file validator",
|
|
"homepage": "https://github.com/mszostok/codeowners-validator",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.7.1/codeowners-validator_0.7.1_Windows_x86_64.zip",
|
|
"hash": "c63d1d431ff103b42319d458c6762a91a3fbb47176b21dca8e96579aec7fa950"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.7.1/codeowners-validator_0.7.1_Windows_i386.zip",
|
|
"hash": "cd2a144b83947bd8a2af27fc7326a59625582b1683f5b793ba06cc6e62cadd29"
|
|
}
|
|
},
|
|
"bin": "codeowners-validator.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v$version/codeowners-validator_$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v$version/codeowners-validator_$version_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|