2020-09-06 13:42:46 +02:00

27 lines
881 B
JSON

{
"version": "0.16.15",
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
"homepage": "https://gobuffalo.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.15/buffalo_0.16.15_windows_x86_64.tar.gz",
"hash": "d3bb26b9b8ba736ff6aee580752b5800af8643bacbed6e8e57a7f2a42b30824e"
}
},
"bin": "buffalo.exe",
"checkver": {
"github": "https://github.com/gobuffalo/buffalo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}