From 66bfdc2ce2287b523c2097ec8e0d4c9c37063696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:26:41 +0000 Subject: [PATCH] hugo: Update to version 0.126.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index cfe29e0f5d..7cf34d940c 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.126.1", + "version": "0.126.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.126.1/hugo_0.126.1_windows-amd64.zip", - "hash": "c4a52dae35da62049d93e6ec45d3a742c9db18e5c6b1798dd1b6ad90a33d4daa" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.2/hugo_0.126.2_windows-amd64.zip", + "hash": "6e9d66e6a699d241820e5434bb726080bbdc33439a53173fc77da234cc830a7c" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.1/hugo_0.126.1_windows-arm64.zip", - "hash": "52481fe9ae9a5010efc149be49a9501569ecf667023e644fdb52f6bdf6deb351" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.2/hugo_0.126.2_windows-arm64.zip", + "hash": "68fea81d94b6dad3070ec3ef87f16064709ad1efc4877f143635d0f80eb4c87c" } }, "bin": "hugo.exe",