From e5f7dbefbd44712f5052f53ee8acd7d9648cb475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 6 Jan 2021 06:46:43 +0100 Subject: [PATCH] grpcurl: Update to version 1.8.0 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index bbbc995ce1..c334a44193 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.8.0", "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.7.0/grpcurl_1.7.0_windows_x86_64.zip", - "hash": "3041cf1cd1bcd111678efc7a7cd8d5eeba1f09f93061f2ce91469a8b5b12e671" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.0/grpcurl_1.8.0_windows_x86_64.zip", + "hash": "bf66f1e6477502036f9a787270d0190a7fff7239ef610ad261a6bcc2368c5bf7" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.7.0/grpcurl_1.7.0_windows_x86_32.zip", - "hash": "2333dab90bc8d26c62d1efd8720d48a02b0b9720c89e5346c846c686021e1266" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.0/grpcurl_1.8.0_windows_x86_32.zip", + "hash": "920674591f50d845e9fd9a4dd167f7039cb114bf5b0e987899b48a00fff2b5d0" } }, "bin": "grpcurl.exe",