From d2710e07c5e6dc7152aba0a0c8d5b125abef2cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 21 Jul 2021 13:19:50 -0700 Subject: [PATCH] hugo: Update to version 0.86.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 6f5af46f5c..85afbce31d 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.85.0", + "version": "0.86.0", "description": "Speedy and flexible static site generator (without Sass/SCSS support)", "homepage": "https://gohugo.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_windows-64bit.zip", - "hash": "b8d24475c40e19d3f9c2b158ab89b20113154e0fcd7f417248fcc69eacbd8163" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.86.0/hugo_0.86.0_windows-64bit.zip", + "hash": "6833336d12d8573317466ccf7776f5421ef0017c4efa82866346733b565d2485" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_windows-32bit.zip", - "hash": "22acdd12c74271c450b4256be6f77db4dfb46beac9466500af9ce65d0b934113" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.86.0/hugo_0.86.0_windows-32bit.zip", + "hash": "b0b385d783f2c38d2d1dc3a53306ec73ecabe0473505202619bc85e68e8e572c" } }, "bin": "hugo.exe",