mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
863 B
JSON
22 lines
863 B
JSON
{
|
|
"version": "5.11.1",
|
|
"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.11.1/src-cli_5.11.1_windows_amd64.tar.gz",
|
|
"hash": "e802844f4d3a985da65d03b6fc2924aa7a8c4f875d7a14fb9235634f66ca2f43"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|