From 3e98577fc3ffe35a4546269dd2c1769c69f8734a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:27:05 +0000 Subject: [PATCH] buffalo: Update to version 0.18.3 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index ca2b5508b9..dfa12e93fb 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.2", + "version": "0.18.3", "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.2/buffalo_0.18.2_windows_x86_64.tar.gz", - "hash": "2edbdf03574d113b61e1c31cce27149e3a5cbda4c9a24c5eeeb50967f1318609" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.3/buffalo_0.18.3_windows_x86_64.tar.gz", + "hash": "a0c6236ae16dd54fb4da2fad45d70b563ca6a7ee57222b70e57f4fa042efd803" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.2/buffalo_0.18.2_windows_i386.tar.gz", - "hash": "d346f87100e3b77ef961525f75ba3144bfac9c8c1a8b2c5ccabd92379eda2dae" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.3/buffalo_0.18.3_windows_i386.tar.gz", + "hash": "309198bf8b8ca854c94c31db43ce72a9fe085028627659f3e2b6bf55c7647cea" } }, "bin": "buffalo.exe",