From b278fb0ff7612db79e6e0039edd5cdb3ceab16a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:29:47 +0000 Subject: [PATCH] hugo: Update to version 0.148.1 --- bucket/hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hugo.json b/bucket/hugo.json index 2bf034df98..b988d3f7b9 100644 --- a/bucket/hugo.json +++ b/bucket/hugo.json @@ -1,16 +1,16 @@ { - "version": "0.148.0", + "version": "0.148.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.148.0/hugo_0.148.0_windows-amd64.zip", - "hash": "4c44a475ff1391145c69ace55cf1d3c7848f7fc735475b1cace66e630af3ec1a" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_0.148.1_windows-amd64.zip", + "hash": "2911fd0de5aba2d335b99919f0f923b8d863e17d4a9d89cc58ada8f94422daa9" }, "arm64": { - "url": "https://github.com/gohugoio/hugo/releases/download/v0.148.0/hugo_0.148.0_windows-arm64.zip", - "hash": "4692eda83748fcdf5c80eaa523e9e14a4917fb7c893583c8f400fd6101b1d93e" + "url": "https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_0.148.1_windows-arm64.zip", + "hash": "f32edb3130c07a62c88f7232cf596d5bc0165c80a88fd3dd361ab8714ffa38f5" } }, "bin": "hugo.exe",