ScoopInstaller_Main/buffalo.json
2018-11-26 21:01:37 +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.7",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.13.7/buffalo_0.13.7_windows_amd64.tar.gz",
"hash": "6263d6216a19b8286637ac5c8909249ab28ae0ce30ec5521fcca39f13029d11f",
"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"
}
}
}