ScoopInstaller_Main/buffalo.json
2018-12-13 22:01:53 +00:00

24 lines
871 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.12",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.13.12/buffalo_0.13.12_windows_amd64.tar.gz",
"hash": "8f2b4a05d8b8b983e3541d344b0e3a63004c9674ba6912726e631c2b7ae73fcf",
"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"
}
}
}