ScoopInstaller_Main/bucket/scoop-search.json
2025-06-02 12:32:17 +00:00

15 lines
649 B
JSON

{
"version": "2.1.0",
"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/v2.1.0/scoop-search.exe",
"hash": "387ef78ad8c212a36bb38077e67b51adaec1cee8bbcdc50f35d1107d1fe70705",
"bin": "scoop-search.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/shilangyu/scoop-search/releases/download/v$version/scoop-search.exe"
}
}