From b91290b9138eafc09b33bd1cda14fe3def6fae0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:30:00 +0000 Subject: [PATCH] hugo: Update to version 0.134.3 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 4745b7d3de..36d814927e 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.134.2", + "version": "0.134.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.134.2/hugo_0.134.2_windows-amd64.zip", - "hash": "38ddec196255c9543f685dd2f00c5d380cd816c955244cb92f1e73d93af356a2" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.3/hugo_0.134.3_windows-amd64.zip", + "hash": "1eebdb086c12b71fd4c965088fd828560d5c0b089786fdab251ffff472e53698" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_0.134.2_windows-arm64.zip", - "hash": "99ffdde87ada95de995253ddbd224f33d8a9db48800e57de535b1df9acbda4cc" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.3/hugo_0.134.3_windows-arm64.zip", + "hash": "8fa77b1803f22f52a3be600fd04e05d09fb051edb5ec7d4c161d55e5229acc16" } }, "bin": "hugo.exe",