mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.18.14",
|
|
"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.14/buffalo_0.18.14_windows_x86_64.tar.gz",
|
|
"hash": "1717c5e7e79df8ef46f740e7d89d6035845cbbb5e2103d55acf55589cb6d7440"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gobuffalo/cli/releases/download/v0.18.14/buffalo_0.18.14_windows_i386.tar.gz",
|
|
"hash": "30649f0834e07919874de8652c0e8e5872663fabd67da81e1d711825fa2458bf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|