From addc568a08021026812e566443310500cd706944 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:31:13 +0000 Subject: [PATCH] hugo: Update to version 0.98.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index fdc076a4f8..f86e356056 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.97.3", + "version": "0.98.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.97.3/hugo_0.97.3_windows-64bit.zip", - "hash": "a0dfdb7ccbff3d395b9fb3310dc90fd48932d73851dd489435edb54bd8a127f1" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.98.0/hugo_0.98.0_windows-64bit.zip", + "hash": "a91165fb16d413493b6d3a5bf4ef4c561743775d76aaaf3ad5233b6f09842e53" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.3/hugo_0.97.3_windows-32bit.zip", - "hash": "767016e83c8b4a1bdee56d3153c72bbd9654736679d4f025778e27c4fc55d47c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.98.0/hugo_0.98.0_windows-32bit.zip", + "hash": "896c75aff82dfdf69e9edb0fc72d799ffc9825bec301803f5ef75472de2a75da" } }, "bin": "hugo.exe",