ScoopInstaller_Main/bucket/scoop-search.json
2025-01-16 00:35:34 +00:00

15 lines
649 B
JSON

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