From 4dae01876f3785083d854acec0eec0c2d9797784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 2 Aug 2020 21:24:19 +0200 Subject: [PATCH] buffalo: Update to version 0.16.14 --- bucket/buffalo.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 8d70b947a8..682bfd552b 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,21 +1,24 @@ { - "version": "0.16.13", + "version": "0.16.14", "description": "A Go web development eco-system, designed to make the life of a Go web developer easier.", "homepage": "https://gobuffalo.io", "license": "MIT", - "url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.13/buffalo_0.16.13_windows_x86_64.tar.gz", - "hash": "b959e9efb68741ebfb85834a58bfc53c39748aee9f582887c6928b84bb9fe416", - "bin": [ - [ - "buffalo.exe", - "buffalo" - ] - ], + "architecture": { + "64bit": { + "url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.14/buffalo_0.16.14_windows_x86_64.tar.gz", + "hash": "16c96b842dfd538a65d2733604319aef35511db01aa82624370ac0a88c246f39" + } + }, + "bin": "buffalo.exe", "checkver": { "github": "https://github.com/gobuffalo/buffalo" }, "autoupdate": { - "url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz", + "architecture": { + "64bit": { + "url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz" + } + }, "hash": { "url": "$baseurl/checksums.txt" }