From 8d058f25549c60902cb2dcfc923a0889813556e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:30:03 +0000 Subject: [PATCH] buffalo: Update to version 0.18.2 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 3d3e8c2886..ca2b5508b9 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.1", + "version": "0.18.2", "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.18.1/buffalo_0.18.1_windows_x86_64.tar.gz", - "hash": "2ca692246550c7fbc9d7130b0708a558a249f68ea4fa99ee0dc9cd9ca98f2a42" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.2/buffalo_0.18.2_windows_x86_64.tar.gz", + "hash": "2edbdf03574d113b61e1c31cce27149e3a5cbda4c9a24c5eeeb50967f1318609" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.1/buffalo_0.18.1_windows_i386.tar.gz", - "hash": "ba319a191caacc3a6120df4bbab079ffd1646b9669e0a6159165b045ce411429" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.2/buffalo_0.18.2_windows_i386.tar.gz", + "hash": "d346f87100e3b77ef961525f75ba3144bfac9c8c1a8b2c5ccabd92379eda2dae" } }, "bin": "buffalo.exe",