2020-04-07 10:52:22 +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.2",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.2/buffalo_0.16.2_windows_x86_64.tar.gz",
"hash": "0185a30db26e49049c4e6ec2498f9f81f02930167295c8d4448ca26188c880b2",
"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"
}
}
}