Skip to content

Instantly share code, notes, and snippets.

@pardahlman
Created May 19, 2021 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pardahlman/cb44624406a6d061ef87afb8f34e07ea to your computer and use it in GitHub Desktop.
Save pardahlman/cb44624406a6d061ef87afb8f34e07ea to your computer and use it in GitHub Desktop.
Scoop manifest for SourceGraph CLI
{
"version": "3.27.1",
"description": "Command line interface to Sourcegraph",
"homepage": "https://github.com/sourcegraph/src-cli",
"url": "https://github.com/sourcegraph/src-cli/releases/download/3.27.1/src_windows_amd64.exe",
"hash": "46edfff495948df804cb17e5b93d56388335c15627b472dc3b0d6b89ce67dd11",
"bin": [ [ "src_windows_amd64.exe", "src" ] ],
"license": "Apache-2.0",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src_windows_amd64.exe",
"hash": {
"url": "https://github.com/sourcegraph/src-cli/releases/download/$version/src-cli_$version_checksums.txt",
"regex": "^(\\w+)\\s+src_windows_amd64\\.exe$"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment