mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Add buffalo version 0.11.0 (#2134)
This commit is contained in:
parent
af297ac55a
commit
2073428210
23
buffalo.json
Normal file
23
buffalo.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://gobuffalo.io",
|
||||||
|
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
|
||||||
|
"version": "0.11.0",
|
||||||
|
"license": "https://github.com/gobuffalo/buffalo/blob/master/LICENSE.txt",
|
||||||
|
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.11.0/buffalo_0.11.0_windows_amd64.tar.gz",
|
||||||
|
"hash": "c109deab5356ab36a048a196f34dabdb53090a517d23e781762087bc449c384c",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user