From d71633d8ce5d62ec4a52b8a542663cb9cead0cc6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 7 Oct 2021 21:00:33 +0000 Subject: [PATCH] grpcurl: Update to version 1.8.5 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index b82b5390b8..1a80793a7d 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.8.2", + "version": "1.8.5", "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.2/grpcurl_1.8.2_windows_x86_64.zip", - "hash": "2632ab6538973c6344b35e5cca2f729232a1c0e6f9a931efca778cbbef3ad75e" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_windows_x86_64.zip", + "hash": "98b101bc7c83ccc8bb26f20287c2c7fa6f62078a290634bcf089e0cb3e8b83f6" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.2/grpcurl_1.8.2_windows_x86_32.zip", - "hash": "5c1681e9a169aa232e76698ffb11811e454aca43cbf90f84f20632f0b6b2dbf0" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_windows_x86_32.zip", + "hash": "76bab85806828d8d537bff2f25a6bffa9af9191248a27f00dafdbd757c9f9616" } }, "bin": "grpcurl.exe",