2021-11-25 17:01:49 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.18.0",
"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.0/buffalo_0.18.0_windows_x86_64.tar.gz",
"hash": "8d1c8e72893ee38f41ba99385b23a436a68c0c15c5a6422b3d5a73a5f9964da4"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.0/buffalo_0.18.0_windows_i386.tar.gz",
"hash": "2405727da2121a4683c4caa25f5067af07f65b56f6b9d2d58bcfdc52af313688"
}
},
"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"
}
}
}