From 0b0ddca142ceb12a468d67f8921dc135c5c37476 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 16:29:37 +0000 Subject: [PATCH] buffalo: Update to version 0.18.10 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 5876388dd9..48ea1b9b10 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.8", + "version": "0.18.10", "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.8/buffalo_0.18.8_windows_x86_64.tar.gz", - "hash": "e55eb5656264a7c2940df4742f76639ac12eae9dc50f20a187862ee86c824136" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.10/buffalo_0.18.10_windows_x86_64.tar.gz", + "hash": "d45e9fee0b12e98fbc4a352a4aaf4453c57946f8180eeed945794a73a73c58d6" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.8/buffalo_0.18.8_windows_i386.tar.gz", - "hash": "8e33e6cd87c4fb15b332004b85e1b366a4c16e54e31e997f0f6284bfb8929fe6" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.10/buffalo_0.18.10_windows_i386.tar.gz", + "hash": "51fe3ab1cfc5022f6884058ca1f8147f11890ee50887285845e0c135deaa9570" } }, "bin": "buffalo.exe",