mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
24 lines
787 B
JSON
24 lines
787 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.15.4",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.4/buffalo_0.15.4_windows_x86_64.tar.gz",
|
|
"hash": "a574ad87847bbeaea3569cdc4f28de512a8177ab2fe19fceb2edd3bbdf0499af",
|
|
"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"
|
|
}
|
|
}
|
|
}
|