From 6f2321281f9e615113ecde0aa63636d136ff7470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:28:42 +0000 Subject: [PATCH] sourcegraph-cli: Update to version 5.0.2 --- 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 a4b13d28bd..8843c7e779 100644 --- a/bucket/sourcegraph-cli.json +++ b/bucket/sourcegraph-cli.json @@ -1,12 +1,12 @@ { - "version": "5.0.1", + "version": "5.0.2", "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.1/src-cli_5.0.1_windows_amd64.tar.gz", - "hash": "be045adf11eee5b017f6b68862cb7af33d4c4935d89b101717b3741312e45c2b" + "url": "https://github.com/sourcegraph/src-cli/releases/download/5.0.2/src-cli_5.0.2_windows_amd64.tar.gz", + "hash": "52c904350ac662608ff82ad1364a97820b8f6d3af82599807c6db50c5ea4de4f" } }, "bin": "src.exe",