ScoopInstaller_Main/buffalo.json
2019-03-15 16:00:40 +00:00

24 lines
858 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.14.2",
"license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.14.2/buffalo_0.14.2_windows_amd64.tar.gz",
"hash": "2289fbf9f9b7deeedaad9956dff1e638d593ac42cbec3d45f24e0cffef4dfe61",
"bin": [
[
"buffalo.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"
}
}
}