2021-07-06 16:00:23 +00:00

27 lines
881 B
JSON

{
"version": "0.16.26",
"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.26/buffalo_0.16.26_windows_x86_64.tar.gz",
"hash": "42526806a1b4fd45426796658464a04501c9e6386e800adb1024643017eaeb12"
}
},
"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"
}
}
}