mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 05:11:19 +00:00
sourcegraph-cli: Add version 3.34.2 (#2189)
* 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 <par.dahlman@tradera.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
85587299e7
commit
1577f12579
21
bucket/sourcegraph-cli.json
Normal file
21
bucket/sourcegraph-cli.json
Normal file
@ -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$"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user