mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
24 lines
861 B
JSON
24 lines
861 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.10",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.14.10/buffalo_0.14.10_windows_amd64.tar.gz",
|
|
"hash": "1ff6391d8602e9153a60ad7b2df348bef886f66bfd3205e184efaf37956b534f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|