Ross Smith II 310bc51ec3
Add 24 descriptions (2 of 6)
Merge pull request #331 from rasa/rasa-descriptions-2
2019-08-15 12:35:24 -07:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://github.com/mattn/gof",
"description": "Fuzzy search tool written in Go.",
"version": "0.0.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip",
"hash": "sha1:b47b6ef1534b4d5ead91dd52421d17daa04fc2b9"
},
"32bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip",
"hash": "sha1:46ab950c686ddafa53456e79c8cf7a75c54a67f5"
}
},
"bin": "gof.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/SHASUMS"
}
}
}