mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
15 lines
649 B
JSON
15 lines
649 B
JSON
{
|
|
"version": "1.3.1",
|
|
"description": "Fast scoop search drop-in replacement",
|
|
"homepage": "https://github.com/shilangyu/scoop-search",
|
|
"license": "MIT",
|
|
"notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)",
|
|
"url": "https://github.com/shilangyu/scoop-search/releases/download/v1.3.1/scoop-search.exe",
|
|
"hash": "47d91772ed506ce9c2fa46019db083dfd6fc542580dfe282841133fd5440fe5a",
|
|
"bin": "scoop-search.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/shilangyu/scoop-search/releases/download/v$version/scoop-search.exe"
|
|
}
|
|
}
|