mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* 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>
22 lines
863 B
JSON
22 lines
863 B
JSON
{
|
|
"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$"
|
|
}
|
|
}
|
|
}
|