From eb0c4ab823bbcfcffea1e8503a069db16db9e64d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:30:01 +0000 Subject: [PATCH] hugo: Update to version 0.94.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 1d5321ac0f..0ff73a963c 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.93.3", + "version": "0.94.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.93.3/hugo_0.93.3_windows-64bit.zip", - "hash": "dc7503c71c9361828cf7f82ca050fd8632f08110cdfed8f78a96c790ec8c4b11" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.94.0/hugo_0.94.0_windows-64bit.zip", + "hash": "73f6a152922b3d3631162ecb7d23c9f01f8eb5db5c12e66c24602140981871fc" }, "32bit": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.93.3/hugo_0.93.3_windows-32bit.zip", - "hash": "74cafe16bc6dcd2794e092bb0dece3b54491b91f3cbf50f5749ecd262edc954d" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.94.0/hugo_0.94.0_windows-32bit.zip", + "hash": "007df422cdbfed8e26f6d1d99e424861ae0df590d12df1f4a6669eb48825e663" } }, "bin": "hugo.exe",