ScoopInstaller_Main/bucket/scoop-search.json
2024-02-12 20:23:26 +00:00

15 lines
649 B
JSON

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