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$" + } + } +}