From 8af9d7b5349abbcb85a264248e2c56166813865f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 12:29:57 +0000 Subject: [PATCH] hugo: Update to version 0.97.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 61213bcc6b..7d235d1c08 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.97.1", + "version": "0.97.2", "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.1/hugo_0.97.1_windows-64bit.zip", - "hash": "eaaaae290eba520e85cf75435aca20639de7a25d6344777d6a029b6a5bbee847" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.2/hugo_0.97.2_windows-64bit.zip", + "hash": "df459969276830b422da3795222942302279738a4490e002ae3cfb80075391fb" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.1/hugo_0.97.1_windows-32bit.zip", - "hash": "10a49e50cf747e0dc0349675e01d049f83d177f3cf5218bfe5c17f6294236504" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.2/hugo_0.97.2_windows-32bit.zip", + "hash": "b751980c8045740cbd6a21594eaf3b2392cb5f2909c5aa59ce319304ee303877" } }, "bin": "hugo.exe",