gof: Update to version 0.0.2

This commit is contained in:
Richard Kuhnt 2020-01-21 00:01:52 +00:00
parent ae59f38dbf
commit 40490a86aa

View File

@ -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",