-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgof.json
23 lines (23 loc) · 807 Bytes
/
gof.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "0.0.13",
"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.13/gof_v0.0.13_windows_amd64.zip",
"hash": "b3b27a935abd925764a3005cccb3c379347956c279c6019a7e4c3728db4413db",
"extract_dir": "gof_v0.0.13_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"
}
}
}
}