From c87915826830bb560d1f14bb7033e4266dc799ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:31:03 +0000 Subject: [PATCH] hugo: Update to version 0.97.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index c04a27c2ca..e4990fda33 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.96.0", + "version": "0.97.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.96.0/hugo_0.96.0_windows-64bit.zip", - "hash": "3f609596256f7680ffb6b4e77f91cee7c16202e624b958a17e57086b2677811c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.0/hugo_0.97.0_windows-64bit.zip", + "hash": "6dabf202d09b3e26b341ec38e242c26433853a228deb7dd865d8a256cffd6716" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.96.0/hugo_0.96.0_windows-32bit.zip", - "hash": "0a3849d4b9399c1615d7be036a4bdce3ac56207e03cdd2f841b44e3088a5d3e0" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.97.0/hugo_0.97.0_windows-32bit.zip", + "hash": "c1ad0f929d3715173e44a18b86777ceb196750ce49f61475b520cde0133afe88" } }, "bin": "hugo.exe",