ScoopInstaller_Main/buffalo.json
2018-05-02 19:00:22 +00:00

24 lines
868 B
JSON

{
"homepage": "https://gobuffalo.io",
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
"version": "0.11.1",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.11.1/buffalo_0.11.1_windows_amd64.tar.gz",
"hash": "331813477c43a6db7b489859401a61e5de0a8ea3daa530919011f4576158bc5a",
"bin": [
[
"buffalo-no-sqlite.exe",
"buffalo"
]
],
"checkver": {
"github": "https://github.com/gobuffalo/buffalo"
},
"autoupdate": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_amd64.tar.gz",
"hash": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_checksums.txt"
}
}
}