mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
790 B
JSON
24 lines
790 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.16.10",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.10/buffalo_0.16.10_windows_x86_64.tar.gz",
|
|
"hash": "73ccd5e9c2be5f0cf75feb975eb06fab292c219d3e910e7e95e3426cf506109e",
|
|
"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_x86_64.tar.gz",
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|