From cc8997cbc219e8ccfd080a57c31c0979de660da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 21 Jan 2021 15:47:35 +0100 Subject: [PATCH] scoop-search: Update to version 1.1.0 --- bucket/scoop-search.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/scoop-search.json b/bucket/scoop-search.json index f80da1038a..c3c6f77fca 100644 --- a/bucket/scoop-search.json +++ b/bucket/scoop-search.json @@ -1,14 +1,14 @@ { - "version": "1.0.1", + "version": "1.1.0", "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", + "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" - }, - "notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)" + } }