2021-01-18 18:19:09 +01:00

27 lines
881 B
JSON

{
"version": "0.16.21",
"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.21/buffalo_0.16.21_windows_x86_64.tar.gz",
"hash": "1370f108ecc815e63b4f9dd1eab92e42bce9d17966661e7a0ded7063875c9196"
}
},
"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"
}
}
}