2021-08-07 23:11:14 -07:00

34 lines
1.2 KiB
JSON

{
"version": "0.17.1",
"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.17.1/buffalo_0.17.1_windows_x86_64.tar.gz",
"hash": "7110cc897560cce5668feaf39587f8d6a71fccfb45e7a55a555398b48f7fc076"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.1/buffalo_0.17.1_windows_i386.tar.gz",
"hash": "e8a8421fcc3422bb9c56f60877f347750f8d9779606e337bac53ed1dba6fb4e7"
}
},
"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"
}
}
}