2020-06-18 09:51:23 +02:00

24 lines
784 B
JSON

{
"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.10/gof_v0.0.10_windows_amd64.zip",
"hash": "02701e828d74dfcde0d73790386b54ee776166ee06dd8f8b1c4498c9190ea1d2",
"extract_dir": "gof_v0.0.10_windows_amd64"
}
},
"bin": "gof.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_v$version_windows_amd64.zip",
"extract_dir": "gof_v$version_windows_amd64"
}
}
}
}