From 649e213cfec69018bd06960270399095b1d25056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 08:28:24 +0000 Subject: [PATCH] buffalo: Update to version 0.18.13 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 8227e068ec..8f1889dc25 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.12", + "version": "0.18.13", "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.12/buffalo_0.18.12_windows_x86_64.tar.gz", - "hash": "a0f423abed2f012203b7e5aaac7b7b882ebbec30c96a4dfd51948d90521ec579" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.13/buffalo_0.18.13_windows_x86_64.tar.gz", + "hash": "08998fcd423dfb4402de84ccfb2646d6e5e04c1768e896f65765317759a2c91d" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.12/buffalo_0.18.12_windows_i386.tar.gz", - "hash": "1e6fe342b4e24eff288af7e6607ef2e3dc3e598cc4b86925d8444daa65406cd2" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.13/buffalo_0.18.13_windows_i386.tar.gz", + "hash": "3d08864ce842483ea8f7769971213e89b9209d68b1b4bf281803fc0f90a4d4da" } }, "bin": "buffalo.exe",