mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.5.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.5.1/codeowners-validator_0.5.1_Windows_x86_64.zip",
|
|
"hash": "60ebfe0194c9972f02bf011fe747a884de5ca018e2d573b9c9371bb3823d5035"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.5.1/codeowners-validator_0.5.1_Windows_i386.zip",
|
|
"hash": "4557191521f3a9c5d786b7ce115a506aec3f552aaffef6f97dc027eb0363e7c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|