ScoopInstaller_Main/buffalo.json
2018-10-25 20:00:27 +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.13.2",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.13.2/buffalo_0.13.2_windows_amd64.tar.gz",
"hash": "4123c290ec79e923f73c9aaea5b3332aa22beaefa5c5072ca50741e71ede3746",
"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"
}
}
}