2022-01-12 20:30:03 +00:00

34 lines
1.2 KiB
JSON

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