From 3ee2c0e7a858ede731eeb2423487b555bca00d80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 16:30:36 +0000 Subject: [PATCH] buffalo: Update to version 0.18.4 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index dfa12e93fb..5e019ce3ff 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.3", + "version": "0.18.4", "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.3/buffalo_0.18.3_windows_x86_64.tar.gz", - "hash": "a0c6236ae16dd54fb4da2fad45d70b563ca6a7ee57222b70e57f4fa042efd803" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.4/buffalo_0.18.4_windows_x86_64.tar.gz", + "hash": "4ccbb7e14c99cf46156f7afd6e98a53a539f734686ce3faa9a5f3241d8aa91db" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.3/buffalo_0.18.3_windows_i386.tar.gz", - "hash": "309198bf8b8ca854c94c31db43ce72a9fe085028627659f3e2b6bf55c7647cea" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.4/buffalo_0.18.4_windows_i386.tar.gz", + "hash": "066a81ef55eb88e5a0eabe2e82364ed45c1b9f29cf9bff954c407245317d88c4" } }, "bin": "buffalo.exe",