From 131a6bec43baec2dc93afe5bd32d1c31cc039dbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:30:11 +0000 Subject: [PATCH] grpcurl: Update to version 1.8.7 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index e5fb80224b..f98a5cc2af 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.8.6", + "version": "1.8.7", "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.6/grpcurl_1.8.6_windows_x86_64.zip", - "hash": "53379c2ef781875928e2d74f30fbc5bc334293eb3bf1a2f02b27cfaac7d5d119" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_windows_x86_64.zip", + "hash": "911b339744c149cb135d8c20acf280247497c729992fd277bb9f1f11543d25bb" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.6/grpcurl_1.8.6_windows_x86_32.zip", - "hash": "23b5376cccabe943e05882390d1fe1088cf88c2db1bfcae0e6ad1a2d51164d6f" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_windows_x86_32.zip", + "hash": "633fbb89ccfe275398acbff9ee6d9a1af971a29d71e4d3776f699c0873eee4f5" } }, "bin": "grpcurl.exe",