From 28a1ef4f4d934703f4799afd1084919543c38dec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:30:04 +0000 Subject: [PATCH] hugo: Update to version 0.147.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 0636189b42..11687972ee 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.147.0", + "version": "0.147.1", "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.147.0/hugo_0.147.0_windows-amd64.zip", - "hash": "819651dbafbd62b8f35feacd14b70660f2f0dec43a92bf4db816ee4f488ad448" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_0.147.1_windows-amd64.zip", + "hash": "9fb60f480af457ba1e03cb3d5f80a0d3bdeae25476b22e3c2a79fe1f9dbc927d" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.147.0/hugo_0.147.0_windows-arm64.zip", - "hash": "b02862209efe1078e3d96b0d65b47a494a66f91a166f0e7fc86bbf75f73fb4db" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_0.147.1_windows-arm64.zip", + "hash": "955081b126bda6c9bfd005a9fbf077cd9485315c6ded8c9fc5bd36129ba3bb1f" } }, "bin": "hugo.exe",