From 40490a86aa08d2b2e2a88b0e7a3e975a088209ae Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 Jan 2020 00:01:52 +0000 Subject: [PATCH] gof: Update to version 0.0.2 --- bucket/gof.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gof.json b/bucket/gof.json index cd8c5b31e5..9d70d1d432 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.1", + "version": "0.0.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip", - "hash": "sha1:b47b6ef1534b4d5ead91dd52421d17daa04fc2b9" + "url": "https://github.com/mattn/gof/releases/download/v0.0.2/gof_windows_amd64.zip", + "hash": "sha1:ebf797ec489faa51bfe3b87327d78ec30ffff945" }, "32bit": { - "url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip", - "hash": "sha1:46ab950c686ddafa53456e79c8cf7a75c54a67f5" + "url": "https://github.com/mattn/gof/releases/download/v0.0.2/gof_windows_386.zip", + "hash": "sha1:60a62ceb9c64ac1a5b985ec9b55fa3aba6f767ad" } }, "bin": "gof.exe",