From 8c291d970136a55a0d26127d05cc5867b062019d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:28:32 +0000 Subject: [PATCH] hugo: Update to version 0.121.0 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index fc7e8db824..ffc41ffdc8 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.120.4", + "version": "0.121.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.120.4/hugo_0.120.4_windows-amd64.zip", - "hash": "5f40a806f46c61f8bc0be8be45ee93ab096139c3457b1968baeedc769ba89848" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.121.0/hugo_0.121.0_windows-amd64.zip", + "hash": "130a1bfbff536a8e9fb3acd6601d8ca3624a7e3e2ccc3cb4f2d87f815e950e75" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_0.120.4_windows-arm64.zip", - "hash": "5fd090e3d31e287cfa7470dd35b55f189f23318e5487aa76175a9898567dbe3b" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.121.0/hugo_0.121.0_windows-arm64.zip", + "hash": "68d27a48624f5b629497c1de38e3031f4096a7d7a1498a4c6993468280aa29de" } }, "bin": "hugo.exe",