From 476c4c7ae3ce5f639c663a4bbe23c00f15379eb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:32:25 +0000 Subject: [PATCH] hugo: Update to version 0.134.2 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index d3f1268c3a..4745b7d3de 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.134.1", + "version": "0.134.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.134.1/hugo_0.134.1_windows-amd64.zip", - "hash": "1ae83914460f72ca999b1ab6ecf72b0b46435136b6c80c4fa7f4ede7ffe9f491" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_0.134.2_windows-amd64.zip", + "hash": "38ddec196255c9543f685dd2f00c5d380cd816c955244cb92f1e73d93af356a2" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_0.134.1_windows-arm64.zip", - "hash": "dfc33ba552b424e49eb09f38ad0a94f721ea3ea30f8027026cc0f88ad437e3e8" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_0.134.2_windows-arm64.zip", + "hash": "99ffdde87ada95de995253ddbd224f33d8a9db48800e57de535b1df9acbda4cc" } }, "bin": "hugo.exe",