From 6309a296e47b3af58dc593fa847eb99b73107f43 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 Jan 2020 01:01:49 +0000 Subject: [PATCH] gof: Update to version 0.0.3 --- bucket/gof.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gof.json b/bucket/gof.json index 9d70d1d432..6e7235de55 100644 --- a/bucket/gof.json +++ b/bucket/gof.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/mattn/gof", "description": "Fuzzy search tool written in Go.", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mattn/gof/releases/download/v0.0.2/gof_windows_amd64.zip", - "hash": "sha1:ebf797ec489faa51bfe3b87327d78ec30ffff945" + "url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_amd64.zip", + "hash": "sha1:1e6e1c5c191455ae7ff21c68c79c872a053f5b1a" }, "32bit": { - "url": "https://github.com/mattn/gof/releases/download/v0.0.2/gof_windows_386.zip", - "hash": "sha1:60a62ceb9c64ac1a5b985ec9b55fa3aba6f767ad" + "url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_386.zip", + "hash": "sha1:24ee9ecf167a372af32c63913befcc029722fc02" } }, "bin": "gof.exe",