mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.18.6",
|
|
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
|
|
"homepage": "https://gobuffalo.io/en",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.6/buffalo_0.18.6_windows_x86_64.tar.gz",
|
|
"hash": "82721937dd6cf8c846fae1bd70180b25a8b47efc1bbdcf3736b479649b7b3510"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.6/buffalo_0.18.6_windows_i386.tar.gz",
|
|
"hash": "b5118145aa4d174c4b8b8392108df3f9cd8644c47b025ea57c0329683a6de9cc"
|
|
}
|
|
},
|
|
"bin": "buffalo.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gobuffalo/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v$version/buffalo_$version_windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|