2020-04-02 09:54:17 +08:00

24 lines
780 B
JSON

{
"version": "0.0.8",
"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.8/gof_v0.0.8_windows_amd64.zip",
"hash": "0c7c0f03602959ed57c8e25d76a84db0a43670373ab841d8ac3ef605404b5c24",
"extract_dir": "gof_v0.0.8_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"
}
}
}
}