From 5951b0974632136ea24172198d854245231be542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:33:35 +0000 Subject: [PATCH] sourcegraph-cli: Update to version 5.0.1 --- bucket/sourcegraph-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sourcegraph-cli.json b/bucket/sourcegraph-cli.json index 80587e519a..a4b13d28bd 100644 --- a/bucket/sourcegraph-cli.json +++ b/bucket/sourcegraph-cli.json @@ -1,12 +1,12 @@ { - "version": "5.0.0", + "version": "5.0.1", "description": "Command line interface to Sourcegraph", "homepage": "https://github.com/sourcegraph/src-cli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/sourcegraph/src-cli/releases/download/5.0.0/src-cli_5.0.0_windows_amd64.tar.gz", - "hash": "8f08e76593bb7f666b6907ed4bcd57b1408b001a7392f3774ad7444c76dda299" + "url": "https://github.com/sourcegraph/src-cli/releases/download/5.0.1/src-cli_5.0.1_windows_amd64.tar.gz", + "hash": "be045adf11eee5b017f6b68862cb7af33d4c4935d89b101717b3741312e45c2b" } }, "bin": "src.exe",