From 72ffcb52e5ea444e5b8b840060f12c106c0fdd46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:28:35 +0000 Subject: [PATCH] grpcurl: Update to version 1.9.2 --- bucket/grpcurl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grpcurl.json b/bucket/grpcurl.json index 5ba8056e2b..1a632749e2 100644 --- a/bucket/grpcurl.json +++ b/bucket/grpcurl.json @@ -1,16 +1,16 @@ { - "version": "1.9.1", + "version": "1.9.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.9.1/grpcurl_1.9.1_windows_x86_64.zip", - "hash": "898bcded6677e296d057207b9246a29f92f5dcb0f46f10711771a5b27e0cf8c1" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.2/grpcurl_1.9.2_windows_x86_64.zip", + "hash": "14b3806253eeee29ac7c467ba6b2c5d0fdc2b889833af6e3603157354e0f5135" }, "32bit": { - "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.1/grpcurl_1.9.1_windows_x86_32.zip", - "hash": "46a83bcae3e2769ada1d06829c0c65623b072b993afd04e557fe73317734791a" + "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.2/grpcurl_1.9.2_windows_x86_32.zip", + "hash": "72a08fb95e1c1b139bc13f10673bafd6e54323e4893de6e57483b63224595d6c" } }, "bin": "grpcurl.exe",