ScoopInstaller_Main/bucket/scoop-search.json
2021-01-21 15:47:35 +01:00

15 lines
649 B
JSON

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