From eb2e4961a12fe89b30477308ecace578023406a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 20:26:48 +0000 Subject: [PATCH] hugo: Update to version 0.97.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index e4990fda33..61213bcc6b 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.97.0", + "version": "0.97.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.97.0/hugo_0.97.0_windows-64bit.zip", - "hash": "6dabf202d09b3e26b341ec38e242c26433853a228deb7dd865d8a256cffd6716" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.1/hugo_0.97.1_windows-64bit.zip", + "hash": "eaaaae290eba520e85cf75435aca20639de7a25d6344777d6a029b6a5bbee847" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.0/hugo_0.97.0_windows-32bit.zip", - "hash": "c1ad0f929d3715173e44a18b86777ceb196750ce49f61475b520cde0133afe88" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.1/hugo_0.97.1_windows-32bit.zip", + "hash": "10a49e50cf747e0dc0349675e01d049f83d177f3cf5218bfe5c17f6294236504" } }, "bin": "hugo.exe",