diff --git a/bucket/buffalo.json b/bucket/buffalo.json index cc65735efa..667a413c75 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,10 +1,10 @@ { "homepage": "https://gobuffalo.io", "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", - "url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.1/buffalo_0.15.1_windows_amd64.tar.gz", - "hash": "e9c0e30815215ac23737eee523ef59be57b53d17421fef2a01aa31ad17e705aa", + "url": "https://github.com/gobuffalo/buffalo/releases/download/v0.15.3/buffalo_0.15.3_windows_x86_64.tar.gz", + "hash": "18cec51a8f59f31f213cd44e3a787cd8bc25f39a1a9aac54ebaacf66d98a1fbd", "bin": [ [ "buffalo.exe", @@ -15,9 +15,9 @@ "github": "https://github.com/gobuffalo/buffalo" }, "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": { - "url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_checksums.txt" + "url": "$baseurl/checksums.txt" } } }