ScoopInstaller_Main/bucket/codeowners-validator.json
2020-10-25 08:43:05 +01:00

32 lines
1.3 KiB
JSON

{
"version": "0.4.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.4.0/codeowners-validator_0.4.0_Windows_x86_64.zip",
"hash": "6c78ccf1d01dc111b8a47b8735eb0b146c028896dece8b0680174698700f19fd"
},
"32bit": {
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.4.0/codeowners-validator_0.4.0_Windows_i386.zip",
"hash": "46b05dcf87a55e7bf0faf24c7c6e2623ff5a673b72de97b3c2865e38673507d2"
}
},
"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"
}
}
}