From 50f361d43a7474385edb3d0c6678ac832b9b4645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 15 Jul 2020 08:07:39 +0200 Subject: [PATCH] grpcurl: Update to version 1.6.1 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index 9327ad40ae..9f53b4f080 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.6.0", + "version": "1.6.1", "description": "cURL like utility for gRPC", "homepage": "https://github.com/fullstorydev/grpcurl", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.0/grpcurl_1.6.0_windows_x86_64.zip", - "hash": "6f418bb8bd7b57d4116925d894782142863617e35c46dca8a047983737f0301d" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.1/grpcurl_1.6.1_windows_x86_64.zip", + "hash": "15191a434871e3fc4f24d9ac565885bac89a5cf5aa9f93e89eb4a3fa7087e46f" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.0/grpcurl_1.6.0_windows_x86_32.zip", - "hash": "d975772608dd98bc034526899320fb5bebb8e68efe377198643226ffb1f06288" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.6.1/grpcurl_1.6.1_windows_x86_32.zip", + "hash": "b546b3f528c4092167f9822211deba3a08584fd62e9df9d109cbca4c85bed1d9" } }, "bin": "grpcurl.exe",