ScoopInstaller_Main/buffalo.json
2018-11-04 00:00:29 +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.4",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.13.4/buffalo_0.13.4_windows_amd64.tar.gz",
"hash": "65648644c79ca60501e69f5fd05de6af5765de33f4f8695f21968364993c525f",
"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"
}
}
}