From 613a913d4f5c3f7e23acba69056cd8d45d33f15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 18 Jun 2020 09:51:23 +0200 Subject: [PATCH] gof: Update to version 0.0.10 --- bucket/gof.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gof.json b/bucket/gof.json index 51e680c4a4..306245e85e 100644 --- a/bucket/gof.json +++ b/bucket/gof.json @@ -1,13 +1,13 @@ { - "version": "0.0.9", + "version": "0.0.10", "description": "Fuzzy search tool written in Go", "homepage": "https://github.com/mattn/gof", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mattn/gof/releases/download/v0.0.9/gof_v0.0.9_windows_amd64.zip", - "hash": "cc0ec4aed40827ef4b8d4414b10ed50f9f7c91ce90487504e1b200a2049efbe6", - "extract_dir": "gof_v0.0.9_windows_amd64" + "url": "https://github.com/mattn/gof/releases/download/v0.0.10/gof_v0.0.10_windows_amd64.zip", + "hash": "02701e828d74dfcde0d73790386b54ee776166ee06dd8f8b1c4498c9190ea1d2", + "extract_dir": "gof_v0.0.10_windows_amd64" } }, "bin": "gof.exe",