codeowners-validator: Update to version 0.3.0

This commit is contained in:
Richard Kuhnt 2020-03-18 20:01:50 +00:00
parent ccbd168939
commit b4e34a0fb5

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.0", "version": "0.3.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.2.0/codeowners-validator_0.2.0_Windows_x86_64.zip", "url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.3.0/codeowners-validator_0.3.0_Windows_x86_64.zip",
"hash": "2b163413ddd1e34539de275ece8523cae330fd95440f9f490a98d03cd85b48ee" "hash": "d201c6051528c28a000bce016957d985d4c4c6a503f6bd97101f13d03f0c12eb"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.2.0/codeowners-validator_0.2.0_Windows_i386.zip", "url": "https://github.com/mszostok/codeowners-validator/releases/download/v0.3.0/codeowners-validator_0.3.0_Windows_i386.zip",
"hash": "b4783de9c02c0a1e5d2d700661d7e4bfdb1a61d3af730cd64bfa2616c62a1767" "hash": "3ebf01732446369041cd5bf092be52f283310a3fc87c0bbedeb58dd85999efc9"
} }
}, },
"bin": "codeowners-validator.exe", "bin": "codeowners-validator.exe",