From 8d9884e9e8071df218be3b1be648e3eba9de95d0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 16 Nov 2021 05:01:20 +0000 Subject: [PATCH] buffalo: Update to version 0.17.7 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 4ad897391b..07877bc76a 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.17.6", + "version": "0.17.7", "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.17.6/buffalo_0.17.6_windows_x86_64.tar.gz", - "hash": "360db590ddf50ff27639070e8131179c52cf58a43e670b4b827aff0150dbe6b6" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.7/buffalo_0.17.7_windows_x86_64.tar.gz", + "hash": "1436780b1d3e6e6989d66f127f924f9169f585632f5d021ac133169eff6dcc81" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.6/buffalo_0.17.6_windows_i386.tar.gz", - "hash": "5e4c2afec99e7b706af4b51d74f9c0603890995c5c5d1319c74326cb642bd3ad" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.7/buffalo_0.17.7_windows_i386.tar.gz", + "hash": "6aea878badf5630323cf647f759343282eedd42f04b7048def0dc27e2eb3ead5" } }, "bin": "buffalo.exe",