buffalo: Update to 0.15.3 (manually) (#633)

* buffalo: Update to 0.15.3 (manually)

* Update bucket/buffalo.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Ross Smith II 2019-12-03 14:37:13 -08:00 committed by GitHub
parent da8d163ded
commit eeb8aba2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ {
"homepage": "https://gobuffalo.io", "homepage": "https://gobuffalo.io",
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.", "description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
"version": "0.15.1", "version": "0.15.3",
"license": "MIT", "license": "MIT",
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.1/buffalo_0.15.1_windows_amd64.tar.gz", "url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.3/buffalo_0.15.3_windows_x86_64.tar.gz",
"hash": "e9c0e30815215ac23737eee523ef59be57b53d17421fef2a01aa31ad17e705aa", "hash": "18cec51a8f59f31f213cd44e3a787cd8bc25f39a1a9aac54ebaacf66d98a1fbd",
"bin": [ "bin": [
[ [
"buffalo.exe", "buffalo.exe",
@ -15,9 +15,9 @@
"github": "https://github.com/gobuffalo/buffalo" "github": "https://github.com/gobuffalo/buffalo"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_amd64.tar.gz", "url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz",
"hash": { "hash": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_checksums.txt" "url": "$baseurl/checksums.txt"
} }
} }
} }