2022-07-13 12:33:45 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.18.7",
"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.7/buffalo_0.18.7_windows_x86_64.tar.gz",
"hash": "3ba6ea05e1ed6dc8bb0e2e32ccc78c295ee592868508bf8788c7363ae00ffa5d"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.7/buffalo_0.18.7_windows_i386.tar.gz",
"hash": "6abae05ed30d4743971bb7836ca9c13c32b672df82a87abb5137a8cecda076cd"
}
},
"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"
}
}
}