ScoopInstaller_Main/bucket/scoop-search.json
2024-07-08 16:28:44 +00:00

15 lines
649 B
JSON

{
"version": "1.5.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/v1.5.0/scoop-search.exe",
"hash": "9149720d78bc6c18d7303c90b32641d1f674d9b55baa7c98bef454bf9b761b34",
"bin": "scoop-search.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/shilangyu/scoop-search/releases/download/v$version/scoop-search.exe"
}
}