2021-12-03 21:00:44 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.18.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.18.1/buffalo_0.18.1_windows_x86_64.tar.gz",
"hash": "2ca692246550c7fbc9d7130b0708a558a249f68ea4fa99ee0dc9cd9ca98f2a42"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.1/buffalo_0.18.1_windows_i386.tar.gz",
"hash": "ba319a191caacc3a6120df4bbab079ffd1646b9669e0a6159165b045ce411429"
}
},
"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"
}
}
}