2020-04-21 06:41:00 +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.8",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.8/buffalo_0.16.8_windows_x86_64.tar.gz",
"hash": "5752288ee76c347bd5aa72136ce33d0d83f007257f3d0aeb94097ec01c9a8ea1",
"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"
}
}
}