ScoopInstaller_Main/bucket/sourcegraph-cli.json
2023-03-14 00:33:11 +00:00

22 lines
860 B
JSON

{
"version": "5.0.0",
"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.0.0/src-cli_5.0.0_windows_amd64.tar.gz",
"hash": "8f08e76593bb7f666b6907ed4bcd57b1408b001a7392f3774ad7444c76dda299"
}
},
"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$"
}
}
}