2020-05-26 11:21:12 +02:00

24 lines
787 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.16.9",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.9/buffalo_0.16.9_windows_x86_64.tar.gz",
"hash": "bce494a2c9cb7c90d41588d9f97de94079c792f1f19206493fdc363f5d302436",
"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_x86_64.tar.gz",
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}