From b76aa1803393c5efd9b20de08112283b01aecca0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 21 Jul 2021 14:00:23 +0000 Subject: [PATCH] grpcurl: Update to version 1.8.2 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index 0879818040..b82b5390b8 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.8.1", + "version": "1.8.2", "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.8.1/grpcurl_1.8.1_windows_x86_64.zip", - "hash": "79c965cbebf0c5ea32e25bfe7944e02abb8621dd5d3b83315f81181033dd72f0" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.2/grpcurl_1.8.2_windows_x86_64.zip", + "hash": "2632ab6538973c6344b35e5cca2f729232a1c0e6f9a931efca778cbbef3ad75e" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.1/grpcurl_1.8.1_windows_x86_32.zip", - "hash": "4b7bb185d7bec70dac1915a5098bd00aa87ea460a094dbc73641c470f01b0717" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.2/grpcurl_1.8.2_windows_x86_32.zip", + "hash": "5c1681e9a169aa232e76698ffb11811e454aca43cbf90f84f20632f0b6b2dbf0" } }, "bin": "grpcurl.exe",