ScoopInstaller_Main/buffalo.json
2019-01-31 17:00:21 +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.13",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.13.13/buffalo_0.13.13_windows_amd64.tar.gz",
"hash": "4e6e7242c8f6cfbaa6b153410cb4cf5e9e28d5333917b07830028bcf9e199c70",
"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"
}
}
}