ScoopInstaller_Main/bucket/codeowners-validator.json
2020-03-18 20:01:50 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.3.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.3.0/codeowners-validator_0.3.0_Windows_x86_64.zip",
"hash": "d201c6051528c28a000bce016957d985d4c4c6a503f6bd97101f13d03f0c12eb"
},
"32bit": {
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.3.0/codeowners-validator_0.3.0_Windows_i386.zip",
"hash": "3ebf01732446369041cd5bf092be52f283310a3fc87c0bbedeb58dd85999efc9"
}
},
"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"
}
}
}