From 9ab1ba7cc1f182b05565ee751887799f12e66fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Wed, 20 Jan 2021 18:02:41 +0100 Subject: [PATCH] scoop-search: add version 1.0.1 (#1703) --- bucket/scoop-search.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bucket/scoop-search.json diff --git a/bucket/scoop-search.json b/bucket/scoop-search.json new file mode 100644 index 0000000000..f80da1038a --- /dev/null +++ b/bucket/scoop-search.json @@ -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)" +}