2019-11-20 22:00:28 +00:00

24 lines
858 B
JSON

{
"homepage": "https://gobuffalo.io",
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
"version": "0.15.1",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.1/buffalo_0.15.1_windows_amd64.tar.gz",
"hash": "e9c0e30815215ac23737eee523ef59be57b53d17421fef2a01aa31ad17e705aa",
"bin": [
[
"buffalo.exe",
"buffalo"
]
],
"checkver": {
"github": "https://github.com/gobuffalo/buffalo"
},
"autoupdate": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_amd64.tar.gz",
"hash": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_checksums.txt"
}
}
}