2021-11-11 03:00:36 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.17.6",
"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.6/buffalo_0.17.6_windows_x86_64.tar.gz",
"hash": "360db590ddf50ff27639070e8131179c52cf58a43e670b4b827aff0150dbe6b6"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.6/buffalo_0.17.6_windows_i386.tar.gz",
"hash": "5e4c2afec99e7b706af4b51d74f9c0603890995c5c5d1319c74326cb642bd3ad"
}
},
"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"
}
}
}