mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.2",
|
|
"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.2/buffalo_0.17.2_windows_x86_64.tar.gz",
|
|
"hash": "5e884ecf3ce0c76a52b1e44451ae47b3d5256dce1d5cfb85bfe67251bed67e28"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.2/buffalo_0.17.2_windows_i386.tar.gz",
|
|
"hash": "4c3cabf00110fc4936fa699045d30a82fd210100f0e5c6a1af968415dc1cb398"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|