mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
24 lines
858 B
JSON
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.12.7",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.12.7/buffalo_0.12.7_windows_amd64.tar.gz",
|
|
"hash": "b3edf61de66d42f947414b0e1664a90487c1a7f40fd714a4c77cf9c21b1dfd76",
|
|
"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"
|
|
}
|
|
}
|
|
}
|