From 6642154e527bcfbbe883fdc2c8c83a5d1cae058a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:26:58 +0000 Subject: [PATCH] hugo: Update to version 0.120.4 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 2d5ec67111..fc7e8db824 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.120.3", + "version": "0.120.4", "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.120.3/hugo_0.120.3_windows-amd64.zip", - "hash": "7c3cccc669d4b53668f3d1115b10e9ac7a7d284a1a927ba76a2a7f3f296c11c7" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_0.120.4_windows-amd64.zip", + "hash": "5f40a806f46c61f8bc0be8be45ee93ab096139c3457b1968baeedc769ba89848" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_0.120.3_windows-arm64.zip", - "hash": "2e12586d509f74150d9fb318a21e79e077447ef6117ac69b7a27830b9dc5e95f" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_0.120.4_windows-arm64.zip", + "hash": "5fd090e3d31e287cfa7470dd35b55f189f23318e5487aa76175a9898567dbe3b" } }, "bin": "hugo.exe",