mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.5",
|
|
"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.17.5/buffalo_0.17.5_windows_x86_64.tar.gz",
|
|
"hash": "750bcad035614b40e710f6026dc3a14647efb661eb4de7da1748f6ece339614e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.5/buffalo_0.17.5_windows_i386.tar.gz",
|
|
"hash": "6e78c027100e32f96a56892e2cb14c5f5ff94feb55e1a2342346958fe93ed4ba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|