From 09fdbce2bf1bd65b5c6a1093c6082616fb8b2c1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 12:40:47 +0000 Subject: [PATCH] hugo: Update to version 0.99.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 33c5e26970..08b6bff8e2 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.99.0", + "version": "0.99.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.99.0/hugo_0.99.0_windows-64bit.zip", - "hash": "611ca4734561424e264613b58a979fd7cdaae70ee04f1847eb0c743509b9bacd" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.99.1/hugo_0.99.1_windows-64bit.zip", + "hash": "46c1bba8f58826ea23a4ea9664473c4e4a6d2f61408a5ac459c8bb3918d0c696" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.99.0/hugo_0.99.0_windows-32bit.zip", - "hash": "4159ebb139028037f5bbf9a4b48478900d70e6e89173118f312a2a90a4bca8c3" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.99.1/hugo_0.99.1_windows-32bit.zip", + "hash": "28dfc834da00229beb5c2784a406f4c4da1746e1a798404f1afce196b7890e58" } }, "bin": "hugo.exe",