codeowners-validator: Update to version 0.4.0

This commit is contained in:
Jakub Čábera 2020-10-25 08:43:05 +01:00
parent 9eebf4225f
commit cad28267a5

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.0", "version": "0.4.0",
"description": "The GitHub Codeowners file validator", "description": "The GitHub Codeowners file validator",
"homepage": "https://github.com/mszostok/codeowners-validator", "homepage": "https://github.com/mszostok/codeowners-validator",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.3.0/codeowners-validator_0.3.0_Windows_x86_64.zip", "url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.4.0/codeowners-validator_0.4.0_Windows_x86_64.zip",
"hash": "d201c6051528c28a000bce016957d985d4c4c6a503f6bd97101f13d03f0c12eb" "hash": "6c78ccf1d01dc111b8a47b8735eb0b146c028896dece8b0680174698700f19fd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.3.0/codeowners-validator_0.3.0_Windows_i386.zip", "url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.4.0/codeowners-validator_0.4.0_Windows_i386.zip",
"hash": "3ebf01732446369041cd5bf092be52f283310a3fc87c0bbedeb58dd85999efc9" "hash": "46b05dcf87a55e7bf0faf24c7c6e2623ff5a673b72de97b3c2865e38673507d2"
} }
}, },
"bin": "codeowners-validator.exe", "bin": "codeowners-validator.exe",