2022-12-07 12:50:10 +00:00

34 lines
1.2 KiB
JSON

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