From 7a341e5f402540ee7132121499697cc6b6bcd6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 3 Nov 2020 08:46:06 +0100 Subject: [PATCH] codeowners-validator: Update to version 0.5.0 --- bucket/codeowners-validator.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/codeowners-validator.json b/bucket/codeowners-validator.json index a8bfb2763d..56b61df2cc 100644 --- a/bucket/codeowners-validator.json +++ b/bucket/codeowners-validator.json @@ -1,16 +1,16 @@ { - "version": "0.5.1", + "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.1/codeowners-validator_0.5.1_Windows_x86_64.zip", - "hash": "60ebfe0194c9972f02bf011fe747a884de5ca018e2d573b9c9371bb3823d5035" + "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.1/codeowners-validator_0.5.1_Windows_i386.zip", - "hash": "4557191521f3a9c5d786b7ce115a506aec3f552aaffef6f97dc027eb0363e7c1" + "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",