mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
868 B
JSON
24 lines
868 B
JSON
{
|
|
"homepage": "https://gobuffalo.io",
|
|
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
|
|
"version": "0.12.4",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.12.4/buffalo_0.12.4_windows_amd64.tar.gz",
|
|
"hash": "8e28dd383fe8a63cab0e80e4fe93437f563834a8e53ef31a4c09fc10d8638a09",
|
|
"bin": [
|
|
[
|
|
"buffalo-no-sqlite.exe",
|
|
"buffalo"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/gobuffalo/buffalo"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_amd64.tar.gz",
|
|
"hash": {
|
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|