scoop-search: add version 1.0.1 (#1703)

This commit is contained in:
Jan Pokorný 2021-01-20 18:02:41 +01:00 committed by GitHub
parent 7a643cd4ea
commit 9ab1ba7cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
bucket/scoop-search.json Normal file
View File

@ -0,0 +1,14 @@
{
"version": "1.0.1",
"description": "Fast scoop search drop-in replacement",
"homepage": "https://github.com/shilangyu/scoop-search",
"license": "MIT",
"url": "https://github.com/shilangyu/scoop-search/releases/download/v1.0.1/scoop-search.exe",
"hash": "c6e5551a396d6f601d6a0f198552ac53f207454bac9ae2f7c30e2308e801fccf",
"bin": "scoop-search.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/shilangyu/scoop-search/releases/download/v$version/scoop-search.exe"
},
"notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)"
}