mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.5.0",
|
|
"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.0/codeowners-validator_0.5.0_Windows_x86_64.zip",
|
|
"hash": "bcefbd9757f4a26cdcf0220df4260ecb37521ea3e5982ba33c1df308ac4eec92"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.5.0/codeowners-validator_0.5.0_Windows_i386.zip",
|
|
"hash": "7a8dc0544eb57d8dd8ac3017c1be60a5309d8c191605140471f5ceeb9735b2a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|