From 1577f1257931396b57c8e6309ec304342e52bd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Dahlman?= Date: Mon, 29 Nov 2021 20:28:28 +0100 Subject: [PATCH] sourcegraph-cli: Add version 3.34.2 (#2189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add sourcegraph-cli to bucket Adding app for SourceGraph CLI, a commandline interface for interacting with SourceGraph. * Move license below homepage * Move URL and hash inside architecture * Use the URL for the tar.gz file * Update version and hash using checkver.ps1 * Update sourcegraph-cli.json Co-authored-by: Pär Dahlman Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/sourcegraph-cli.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/sourcegraph-cli.json diff --git a/bucket/sourcegraph-cli.json b/bucket/sourcegraph-cli.json new file mode 100644 index 0000000000..dc7194630b --- /dev/null +++ b/bucket/sourcegraph-cli.json @@ -0,0 +1,21 @@ +{ + "version": "3.34.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/3.34.2/src-cli_3.34.2_windows_amd64.tar.gz", + "hash": "13cb8c9383a1bab5c6117fe6e036cd40f612f10d73821b86f386a6cebbc4b1ae" + } + }, + "bin": "src.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src-cli_$version_windows_amd64.tar.gz", + "hash": { + "url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src-cli_$version_checksums.txt", + "regex": "^(\\w+)\\s+src-cli_$version_windows_amd64\\.tar\\.gz$" + } + } +}