From 98fe5c03084ffe9a2ed0ecbcf76a5d902ccabeff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:29:32 +0000 Subject: [PATCH] hugo: Update to version 0.94.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 13b0c2bba9..2cf13da144 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.94.1", + "version": "0.94.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.94.1/hugo_0.94.1_windows-64bit.zip", - "hash": "6140a61c51d9d03ac71be12f642f2ce4c50c3925e53e28c234c6095f12ef410c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.94.2/hugo_0.94.2_windows-64bit.zip", + "hash": "ed744c326f56e6680d3eb57a732061501ff1d0e323fc4950529d9e0b9987e7a4" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.94.1/hugo_0.94.1_windows-32bit.zip", - "hash": "2caa1aeeb64a499fa2b54f2c9c27a4d74a1b44da91a96f79fe4bd97146161ed1" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.94.2/hugo_0.94.2_windows-32bit.zip", + "hash": "2232c31a8b037ba9deef32c3a052b2f2fe77015b377d49622189451f38c5b0cc" } }, "bin": "hugo.exe",