2022-05-05 16:30:36 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.18.4",
"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.4/buffalo_0.18.4_windows_x86_64.tar.gz",
"hash": "4ccbb7e14c99cf46156f7afd6e98a53a539f734686ce3faa9a5f3241d8aa91db"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.4/buffalo_0.18.4_windows_i386.tar.gz",
"hash": "066a81ef55eb88e5a0eabe2e82364ed45c1b9f29cf9bff954c407245317d88c4"
}
},
"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"
}
}
}