mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
881 B
JSON
27 lines
881 B
JSON
{
|
|
"version": "0.16.17",
|
|
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
|
|
"homepage": "https://gobuffalo.io",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.17/buffalo_0.16.17_windows_x86_64.tar.gz",
|
|
"hash": "55912ad35f246e407ca9e685b13d499f506d4cefca55928bc644490727550eca"
|
|
}
|
|
},
|
|
"bin": "buffalo.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gobuffalo/buffalo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|