From ca2cd8b4deff7cc28151e845dd34024a58f786ac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:01 +0000 Subject: [PATCH] s: Update to version 0.6.2 --- bucket/s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/s.json b/bucket/s.json index 02070613ec..4fe89c4675 100644 --- a/bucket/s.json +++ b/bucket/s.json @@ -1,17 +1,17 @@ { - "version": "0.6.0", + "version": "0.6.2", "description": "Open a web search in your terminal.", "homepage": "https://github.com/zquestz/s", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zquestz/s/releases/download/v0.6.0/s-windows_amd64.zip", - "hash": "2078a2f2e14706b03c36900c67005b48bfebd2356b177917321b5e7df854b5d2", + "url": "https://github.com/zquestz/s/releases/download/v0.6.2/s-windows_amd64.zip", + "hash": "b6a5cca166dd64709fd9ce498ba1b2ea012337658365121e74ce8afbd5bb887c", "extract_dir": "s-windows_amd64" }, "32bit": { - "url": "https://github.com/zquestz/s/releases/download/v0.6.0/s-windows_386.zip", - "hash": "49ce0c9ccc3803a5e762681bde78c2cabdb331a039d1ef92e2d6847534f9c4e0", + "url": "https://github.com/zquestz/s/releases/download/v0.6.2/s-windows_386.zip", + "hash": "3cfe20292a552cc7a11a7366491f5256a8fd67dcfc53f0e573110f514fd962ea", "extract_dir": "s-windows_386" } },