From 05151840be5a80c1205f654b4571ded2a39ef9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 5 Jul 2021 08:48:15 -0700 Subject: [PATCH] hugo: Update to version 0.85.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index a7a87d2ff7..6f5af46f5c 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.84.4", + "version": "0.85.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.84.4/hugo_0.84.4_windows-64bit.zip", - "hash": "09f4c403b35e5df700be3442c1321365670cc45db637d82857fe31210203f60e" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_windows-64bit.zip", + "hash": "b8d24475c40e19d3f9c2b158ab89b20113154e0fcd7f417248fcc69eacbd8163" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.84.4/hugo_0.84.4_windows-32bit.zip", - "hash": "9bf1e0fdf96ee685d7b4aa8b8bc41f30c6a012c3c95d856cfba4f854b4f91196" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_windows-32bit.zip", + "hash": "22acdd12c74271c450b4256be6f77db4dfb46beac9466500af9ce65d0b934113" } }, "bin": "hugo.exe",