mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
15 lines
649 B
JSON
15 lines
649 B
JSON
{
|
|
"version": "1.0.1",
|
|
"description": "Fast scoop search drop-in replacement",
|
|
"homepage": "https://github.com/shilangyu/scoop-search",
|
|
"license": "MIT",
|
|
"url": "https://github.com/shilangyu/scoop-search/releases/download/v1.0.1/scoop-search.exe",
|
|
"hash": "c6e5551a396d6f601d6a0f198552ac53f207454bac9ae2f7c30e2308e801fccf",
|
|
"bin": "scoop-search.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/shilangyu/scoop-search/releases/download/v$version/scoop-search.exe"
|
|
},
|
|
"notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)"
|
|
}
|