From 26853439e99aac400b35862bef4798b7ae394dbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:27:17 +0000 Subject: [PATCH] hugo: Update to version 0.126.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 7cf34d940c..31907cfc57 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.126.2", + "version": "0.126.3", "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.2/hugo_0.126.2_windows-amd64.zip", - "hash": "6e9d66e6a699d241820e5434bb726080bbdc33439a53173fc77da234cc830a7c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_0.126.3_windows-amd64.zip", + "hash": "57a3b35fd363219255d37fc29137eebcaedbfa65c99e985d79da44d1b68911ee" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.2/hugo_0.126.2_windows-arm64.zip", - "hash": "68fea81d94b6dad3070ec3ef87f16064709ad1efc4877f143635d0f80eb4c87c" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_0.126.3_windows-arm64.zip", + "hash": "9878a224a597a15ac26fa725903535fb20c5c9e5a86c2198c1d0be48096938df" } }, "bin": "hugo.exe",