From c1438d1ddb48e0d1236031fc248a0ccbd1853440 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 1 Sep 2021 17:00:38 +0000 Subject: [PATCH] buffalo: Update to version 0.17.2 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 4f2948b363..bb1d8f686f 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.17.1", + "version": "0.17.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.17.1/buffalo_0.17.1_windows_x86_64.tar.gz", - "hash": "7110cc897560cce5668feaf39587f8d6a71fccfb45e7a55a555398b48f7fc076" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.2/buffalo_0.17.2_windows_x86_64.tar.gz", + "hash": "5e884ecf3ce0c76a52b1e44451ae47b3d5256dce1d5cfb85bfe67251bed67e28" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.1/buffalo_0.17.1_windows_i386.tar.gz", - "hash": "e8a8421fcc3422bb9c56f60877f347750f8d9779606e337bac53ed1dba6fb4e7" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.17.2/buffalo_0.17.2_windows_i386.tar.gz", + "hash": "4c3cabf00110fc4936fa699045d30a82fd210100f0e5c6a1af968415dc1cb398" } }, "bin": "buffalo.exe",