From 49ef3889182d6ec7ab0b481627a2b21e53cf227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 24 Jun 2021 06:22:18 -0700 Subject: [PATCH] hugo: Update to version 0.84.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index f89102aadc..3a877c1d4a 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.84.0", + "version": "0.84.1", "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.84.0/hugo_0.84.0_windows-64bit.zip", - "hash": "fe1a4f05a0b869af1ca30cb5c3609e3337613d14d9e09c7bfbddeaa538a87d4f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.84.1/hugo_0.84.1_windows-64bit.zip", + "hash": "0a9cef8c6cfb1fe03a9798d7329902997859e3b4bf816aecefdfdbae7527f477" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.84.0/hugo_0.84.0_windows-32bit.zip", - "hash": "6cb883f3c64eba9b0747db7a7d72ef0e6a03c16f655af2d47619dfc3c8213d6f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.84.1/hugo_0.84.1_windows-32bit.zip", + "hash": "0c4b71190456af4870a57f09c8d8c8e2f287ab6fc36a20cfb8bc4d2e8fcbc9b2" } }, "bin": "hugo.exe",