ScoopInstaller_Main/buffalo.json
2018-08-14 22:01:49 +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.12.6",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.12.6/buffalo_0.12.6_windows_amd64.tar.gz",
"hash": "c00a661a7ec4e53d8a174ea63752c42380bc10b2b7e004028272a7b3dd784108",
"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"
}
}
}