From 86dc5da4ae420461757ea15eff2727cdb4af3433 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:32:44 +0000 Subject: [PATCH] grpcurl: Update to version 1.8.8 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index bb187f33b6..8f9b846f3e 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.8.7", + "version": "1.8.8", "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.7/grpcurl_1.8.7_windows_x86_64.zip", - "hash": "911b339744c149cb135d8c20acf280247497c729992fd277bb9f1f11543d25bb" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.8/grpcurl_1.8.8_windows_x86_64.zip", + "hash": "3893be37a26a7e48d010fb94e5f465135734171547ec1a37425ba6ec5b780885" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_windows_x86_32.zip", - "hash": "633fbb89ccfe275398acbff9ee6d9a1af971a29d71e4d3776f699c0873eee4f5" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.8/grpcurl_1.8.8_windows_x86_32.zip", + "hash": "d6a7a0c9cfe1673b44405aeada05a51bb9edfde2512716d704c55597b10d4c80" } }, "bin": "grpcurl.exe",